Shades of Violet Blue #AC529A
Tints of Violet Blue #AC529A
RGB
CMYK
RGB Variations
Color information
#AC529A (or 0xAC529A) is known color: Violet Blue. HEX triplet: AC, 52 and 9A. RGB value is (172,82,154). Sum of RGB (Red+Green+Blue) = 172+82+154=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC529A is #53AD65. Grayscale: #747474. Windows color (decimal): -5483878 or 10113708. OLE color: 10113708.
HSL color Cylindrical-coordinate representation of color #AC529A: hue angle of 312º 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 #AC529A is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 154 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.33 |
| HSL | 312º | 0.35% | 0.5% | - |
| HSV(B) | 312º | 0.52% | 0.67% | - |
| XYZ | 25.86 | 17.14 | 32.52 | - |
| YUV | 117.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 154 | 0 | 0.52 | 0.10 | 0.33 | 312 | 0.35 | 0.5 |
| Hex | AC | 52 | 9A | 0 | 34 | A | 21 | 138 | 23 | 32 |
| Octal | 254 | 122 | 232 | 0 | 64 | 12 | 41 | 470 | 43 | 62 |
| Binary | 10101100 | 1010010 | 10011010 | 0 | 110100 | 1010 | 100001 | 100111000 | 100011 | 110010 |
Color Harmonies of #AC529A
Complementary color
Monochromatic Colors of #AC529A
Black with #AC529A
Text Example
Text Example
White with #AC529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC529A; }
p { color: rgb(172,82,154); }
H1.HeaderClassName
{
color: #AC529A;
}
.AnyTagClassName
{
color: #AC529A;
}
</style>
background-color css
<style>
a { background-color: #AC529A; }
a { background-color: rgb(172,82,154); }
div.DivClassName
{
background-color: #AC529A;
}
.BgClassName
{
background-color: #AC529A;
}
</style>
border-color css
<style>
span { border-color: #AC529A; }
span { border-color: rgb(172,82,154); }
td.TdClassName
{
border-color: #AC529A;
}
.TagClassName
{
border-color: #AC529A;
}
</style>