#AF50A2

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

Shades of Violet Blue #AF50A2

Tints of Violet Blue #AF50A2

Color information

#AF50A2 (or 0xAF50A2) is unknown color: approx Violet Blue. HEX triplet: AF, 50 and A2. RGB value is (175,80,162). Sum of RGB (Red+Green+Blue) = 175+80+162=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50A2 is #50AF5D. Grayscale: #757575. Windows color (decimal): -5287774 or 10637487. OLE color: 10637487.

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

Color convert

RGB17580162-
CMYK00.540.070.31
HSL308.21º37.25%50%-
HSV(B)308.21º54.29%68.63%-
XYZ27.0717.4636.13-
YUV117.75152.97168.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=41.97%
G=19.18%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758016200.540.070.31308.2137.2550
HexAF50A203671F1342532
Octal2571202420667374644562
Binary10101111101000010100010011011011111111100110100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50A2; }

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

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

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

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

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

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

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

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