Shades of Violet Blue #AC529E
Tints of Violet Blue #AC529E
RGB
CMYK
RGB Variations
Color information
#AC529E (or 0xAC529E) is known color: Violet Blue. HEX triplet: AC, 52 and 9E. RGB value is (172,82,158). Sum of RGB (Red+Green+Blue) = 172+82+158=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC529E is #53AD61. Grayscale: #757575. Windows color (decimal): -5483874 or 10375852. OLE color: 10375852.
HSL color Cylindrical-coordinate representation of color #AC529E: hue angle of 309.33º 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 #AC529E is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 158 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.33 |
| HSL | 309.33º | 0.35% | 0.5% | - |
| HSV(B) | 309.33º | 0.52% | 0.67% | - |
| XYZ | 26.2 | 17.27 | 34.3 | - |
| YUV | 117.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 158 | 0 | 0.52 | 0.08 | 0.33 | 309.33 | 0.35 | 0.5 |
| Hex | AC | 52 | 9E | 0 | 34 | 8 | 21 | 135 | 23 | 32 |
| Octal | 254 | 122 | 236 | 0 | 64 | 10 | 41 | 465 | 43 | 62 |
| Binary | 10101100 | 1010010 | 10011110 | 0 | 110100 | 1000 | 100001 | 100110101 | 100011 | 110010 |
Color Harmonies of #AC529E
Complementary color
Monochromatic Colors of #AC529E
Black with #AC529E
Text Example
Text Example
White with #AC529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC529E; }
p { color: rgb(172,82,158); }
H1.HeaderClassName
{
color: #AC529E;
}
.AnyTagClassName
{
color: #AC529E;
}
</style>
background-color css
<style>
a { background-color: #AC529E; }
a { background-color: rgb(172,82,158); }
div.DivClassName
{
background-color: #AC529E;
}
.BgClassName
{
background-color: #AC529E;
}
</style>
border-color css
<style>
span { border-color: #AC529E; }
span { border-color: rgb(172,82,158); }
td.TdClassName
{
border-color: #AC529E;
}
.TagClassName
{
border-color: #AC529E;
}
</style>