#AC51A0

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

Shades of Violet Blue #AC51A0

Tints of Violet Blue #AC51A0

Color information

#AC51A0 (or 0xAC51A0) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and A0. RGB value is (172,81,160). Sum of RGB (Red+Green+Blue) = 172+81+160=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC51A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC51A0 is #53AE5F. Grayscale: #747474. Windows color (decimal): -5484128 or 10506668. OLE color: 10506668.

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

Color convert

RGB17281160-
CMYK00.530.070.33
HSL307.91º35.97%49.61%-
HSV(B)307.91º52.91%67.45%-
XYZ26.317.1935.19-
YUV117.22152.15167.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 160 (62.89% from 255) = 38.74%
R=41.65%
G=19.61%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728116000.530.070.33307.9135.9749.61
HexAC51A00357211342432
Octal2541212400657414644462
Binary101011001010001101000000110101111100001100110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51A0; }

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

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

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

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

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

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

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

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