#AF51A2

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

Shades of Violet Blue #AF51A2

Tints of Violet Blue #AF51A2

Color information

#AF51A2 (or 0xAF51A2) is unknown color: approx Violet Blue. HEX triplet: AF, 51 and A2. RGB value is (175,81,162). Sum of RGB (Red+Green+Blue) = 175+81+162=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51A2 is #50AE5D. Grayscale: #767676. Windows color (decimal): -5287518 or 10637743. OLE color: 10637743.

HSL color Cylindrical-coordinate representation of color #AF51A2: hue angle of 308.3º 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 #AF51A2 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17581162-
CMYK00.540.070.31
HSL308.3º37.01%50.2%-
HSV(B)308.3º53.71%68.63%-
XYZ27.1417.6136.15-
YUV118.34152.64168.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=41.87%
G=19.38%
B=38.76%

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
Decimal1758116200.540.070.31308.337.0150.2
HexAF51A203671F1342532
Octal2571212420667374644562
Binary10101111101000110100010011011011111111100110100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51A2; }

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

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

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

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

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

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

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

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