#AC529F

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

Shades of Violet Blue #AC529F

Tints of Violet Blue #AC529F

Color information

#AC529F (or 0xAC529F) is unknown color: approx Violet Blue. HEX triplet: AC, 52 and 9F. RGB value is (172,82,159). Sum of RGB (Red+Green+Blue) = 172+82+159=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC529F is #53AD60. Grayscale: #757575. Windows color (decimal): -5483873 or 10441388. OLE color: 10441388.

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

Color convert

RGB17282159-
CMYK00.520.080.33
HSL308.67º35.43%49.8%-
HSV(B)308.67º52.33%67.45%-
XYZ26.2917.3134.76-
YUV117.69151.32166.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=41.65%
G=19.85%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728215900.520.080.33308.6735.4349.8
HexAC529F0348211352332
Octal25412223706410414654362
Binary1010110010100101001111101101001000100001100110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC529F; }

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

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

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

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

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

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

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

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