#AF49A9

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

Shades of Violet Blue #AF49A9

Tints of Violet Blue #AF49A9

Color information

#AF49A9 (or 0xAF49A9) is unknown color: approx Violet Blue. HEX triplet: AF, 49 and A9. RGB value is (175,73,169). Sum of RGB (Red+Green+Blue) = 175+73+169=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49A9 is #50B656. Grayscale: #727272. Windows color (decimal): -5289559 or 11094447. OLE color: 11094447.

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

Color convert

RGB17573169-
CMYK00.580.030.31
HSL303.53º41.13%48.63%-
HSV(B)303.53º58.29%68.63%-
XYZ27.2216.7439.33-
YUV114.44158.79171.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=41.97%
G=17.51%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757316900.580.030.31303.5341.1348.63
HexAF49A903A31F1302931
Octal2571112510723374605161
Binary1010111110010011010100101110101111111100110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49A9; }

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

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

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

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

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

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

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

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