#AF69A9

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

Shades of Violet Blue #AF69A9

Tints of Violet Blue #AF69A9

Color information

#AF69A9 (or 0xAF69A9) is unknown color: approx Violet Blue. HEX triplet: AF, 69 and A9. RGB value is (175,105,169). Sum of RGB (Red+Green+Blue) = 175+105+169=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF69A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF69A9 is #509656. Grayscale: #858585. Windows color (decimal): -5281367 or 11102639. OLE color: 11102639.

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

Color convert

RGB175105169-
CMYK00.400.030.31
HSL305.14º30.43%54.9%-
HSV(B)305.14º40%68.63%-
XYZ29.8922.0840.22-
YUV133.23148.19157.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=38.98%
G=23.39%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510516900.400.030.31305.1430.4354.9
HexAF69A902831F1311e37
Octal2571512510503374613667
Binary101011111101001101010010101000111111110011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69A9; }

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

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

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

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

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

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

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

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