#AC52A9

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

Shades of Violet Blue #AC52A9

Tints of Violet Blue #AC52A9

Color information

#AC52A9 (or 0xAC52A9) is unknown color: approx Violet Blue. HEX triplet: AC, 52 and A9. RGB value is (172,82,169). Sum of RGB (Red+Green+Blue) = 172+82+169=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC52A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC52A9 is #53AD56. Grayscale: #767676. Windows color (decimal): -5483863 or 11096748. OLE color: 11096748.

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

Color convert

RGB17282169-
CMYK00.520.020.33
HSL302º35.43%49.8%-
HSV(B)302º52.33%67.45%-
XYZ27.1917.6739.51-
YUV118.83156.32165.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=40.66%
G=19.39%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728216900.520.020.3330235.4349.8
HexAC52A903422112e2332
Octal2541222510642414564362
Binary10101100101001010101001011010010100001100101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC52A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC52A9; }

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

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

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

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

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

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

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

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