#AC51A2

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

Shades of Violet Blue #AC51A2

Tints of Violet Blue #AC51A2

Color information

#AC51A2 (or 0xAC51A2) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and A2. RGB value is (172,81,162). Sum of RGB (Red+Green+Blue) = 172+81+162=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC51A2 is #53AE5D. Grayscale: #757575. Windows color (decimal): -5484126 or 10637740. OLE color: 10637740.

HSL color Cylindrical-coordinate representation of color #AC51A2: hue angle of 306.59º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC51A2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17281162-
CMYK00.530.060.33
HSL306.59º35.97%49.61%-
HSV(B)306.59º52.91%67.45%-
XYZ26.4817.2636.12-
YUV117.44153.15166.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=41.45%
G=19.52%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728116200.530.060.33306.5935.9749.61
HexAC51A20356211332432
Octal2541212420656414634462
Binary101011001010001101000100110101110100001100110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51A2; }

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

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

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

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

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

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

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

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