#AF41A2

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

Shades of Violet Blue #AF41A2

Tints of Violet Blue #AF41A2

Color information

#AF41A2 (or 0xAF41A2) is unknown color: approx Violet Blue. HEX triplet: AF, 41 and A2. RGB value is (175,65,162). Sum of RGB (Red+Green+Blue) = 175+65+162=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF41A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41A2 is #50BE5D. Grayscale: #6C6C6C. Windows color (decimal): -5291614 or 10633647. OLE color: 10633647.

HSL color Cylindrical-coordinate representation of color #AF41A2: hue angle of 307.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF41A2 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17565162-
CMYK00.630.070.31
HSL307.09º45.83%47.06%-
HSV(B)307.09º62.86%68.63%-
XYZ26.0915.535.8-
YUV108.95157.94175.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=43.53%
G=16.17%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756516200.630.070.31307.0945.8347.06
HexAF41A203F71F1332e2f
Octal2571012420777374635657
Binary10101111100000110100010011111111111111100110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF41A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF41A2; }

 p { color: rgb(175,65,162); }

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

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

 a { background-color: rgb(175,65,162); }

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

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

 span { border-color: rgb(175,65,162); }

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