#AC51AA

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

Shades of Violet Blue #AC51AA

Tints of Violet Blue #AC51AA

Color information

#AC51AA (or 0xAC51AA) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and AA. RGB value is (172,81,170). Sum of RGB (Red+Green+Blue) = 172+81+170=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC51AA is #53AE55. Grayscale: #767676. Windows color (decimal): -5484118 or 11162028. OLE color: 11162028.

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

Color convert

RGB17281170-
CMYK00.530.010.33
HSL301.32º35.97%49.61%-
HSV(B)301.32º52.91%67.45%-
XYZ27.2117.5639.99-
YUV118.35157.15166.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=40.66%
G=19.15%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728117000.530.010.33301.3235.9749.61
HexAC51AA03512112d2432
Octal2541212520651414554462
Binary1010110010100011010101001101011100001100101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51AA; }

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

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

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

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

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

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

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

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