#AF66A9

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

Shades of Violet Blue #AF66A9

Tints of Violet Blue #AF66A9

Color information

#AF66A9 (or 0xAF66A9) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and A9. RGB value is (175,102,169). Sum of RGB (Red+Green+Blue) = 175+102+169=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66A9 is #509956. Grayscale: #838383. Windows color (decimal): -5282135 or 11101871. OLE color: 11101871.

HSL color Cylindrical-coordinate representation of color #AF66A9: hue angle of 304.93º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF66A9 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175102169-
CMYK00.420.030.31
HSL304.93º31.33%54.31%-
HSV(B)304.93º41.71%68.63%-
XYZ29.5921.4840.12-
YUV131.46149.18159.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=39.24%
G=22.87%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510216900.420.030.31304.9331.3354.31
HexAF66A902A31F1311f36
Octal2571462510523374613766
Binary101011111100110101010010101010111111110011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66A9; }

 p { color: rgb(175,102,169); }

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

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

 a { background-color: rgb(175,102,169); }

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

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

 span { border-color: rgb(175,102,169); }

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