#AF44A9

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

Shades of Violet Blue #AF44A9

Tints of Violet Blue #AF44A9

Color information

#AF44A9 (or 0xAF44A9) is unknown color: approx Violet Blue. HEX triplet: AF, 44 and A9. RGB value is (175,68,169). Sum of RGB (Red+Green+Blue) = 175+68+169=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44A9 is #50BB56. Grayscale: #6F6F6F. Windows color (decimal): -5290839 or 11093167. OLE color: 11093167.

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

Color convert

RGB17568169-
CMYK00.610.030.31
HSL303.36º44.03%47.65%-
HSV(B)303.36º61.14%68.63%-
XYZ26.9116.1139.23-
YUV111.51160.45173.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=42.48%
G=16.50%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756816900.610.030.31303.3644.0347.65
HexAF44A903D31F12f2c30
Octal2571042510753374575460
Binary1010111110001001010100101111011111111100101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF44A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF44A9; }

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

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

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

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

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

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

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

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