#AC52AB

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

Shades of Violet Blue #AC52AB

Tints of Violet Blue #AC52AB

Color information

#AC52AB (or 0xAC52AB) is unknown color: approx Violet Blue. HEX triplet: AC, 52 and AB. RGB value is (172,82,171). Sum of RGB (Red+Green+Blue) = 172+82+171=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC52AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC52AB is #53AD54. Grayscale: #767676. Windows color (decimal): -5483861 or 11227820. OLE color: 11227820.

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

Color convert

RGB17282171-
CMYK00.520.010.33
HSL300.67º35.43%49.8%-
HSV(B)300.67º52.33%67.45%-
XYZ27.3817.7540.51-
YUV119.06157.32165.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=40.47%
G=19.29%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728217100.520.010.33300.6735.4349.8
HexAC52AB03412112d2332
Octal2541222530641414554362
Binary1010110010100101010101101101001100001100101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC52AB; }

 p { color: rgb(172,82,171); }

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

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

 a { background-color: rgb(172,82,171); }

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

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

 span { border-color: rgb(172,82,171); }

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