#AF6FDF

Color #AF6FDF Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AF6FDF

Tints of Amethyst #AF6FDF

Color information

#AF6FDF (or 0xAF6FDF) is unknown color: approx Amethyst. HEX triplet: AF, 6F and DF. RGB value is (175,111,223). Sum of RGB (Red+Green+Blue) = 175+111+223=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDF is #509020. Grayscale: #8E8E8E. Windows color (decimal): -5279777 or 14643119. OLE color: 14643119.

HSL color Cylindrical-coordinate representation of color #AF6FDF: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6FDF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175111223-
CMYK0.220.5000.13
HSL274.29º63.64%65.49%-
HSV(B)274.29º50.22%87.45%-
XYZ36.6825.8172.86-
YUV142.9173.2150.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=34.38%
G=21.81%
B=43.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751112230.220.5000.13274.2963.6465.49
HexAF6FDF16320D1124041
Octal2571573372662015422100101
Binary10101111110111111011111101101100100110110001001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FDF; }

 p { color: rgb(175,111,223); }

 H1.HeaderClassName
 {
   color: #AF6FDF;
 }
 .AnyTagClassName
 {
   color: #AF6FDF;
 }
</style>
background-color css

<style>
 a { background-color: #AF6FDF; }

 a { background-color: rgb(175,111,223); }

 div.DivClassName
 {
   background-color: #AF6FDF;
 }
 .BgClassName
 {
   background-color: #AF6FDF;
 }
</style>
border-color css

<style>
 span { border-color: #AF6FDF; }

 span { border-color: rgb(175,111,223); }

 td.TdClassName
 {
   border-color: #AF6FDF;
 }
 .TagClassName
 {
   border-color: #AF6FDF;
 }
</style>