Shades of Violet Blue #AC539C
Tints of Violet Blue #AC539C
RGB
CMYK
RGB Variations
Color information
#AC539C (or 0xAC539C) is known color: Violet Blue. HEX triplet: AC, 53 and 9C. RGB value is (172,83,156). Sum of RGB (Red+Green+Blue) = 172+83+156=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC539C is #53AC63. Grayscale: #757575. Windows color (decimal): -5483620 or 10245036. OLE color: 10245036.
HSL color Cylindrical-coordinate representation of color #AC539C: hue angle of 310.79º 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 #AC539C is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 156 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.33 |
| HSL | 310.79º | 0.35% | 0.5% | - |
| HSV(B) | 310.79º | 0.52% | 0.67% | - |
| XYZ | 26.11 | 17.36 | 33.43 | - |
| YUV | 117.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 156 | 0 | 0.52 | 0.09 | 0.33 | 310.79 | 0.35 | 0.5 |
| Hex | AC | 53 | 9C | 0 | 34 | 9 | 21 | 137 | 23 | 32 |
| Octal | 254 | 123 | 234 | 0 | 64 | 11 | 41 | 467 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10011100 | 0 | 110100 | 1001 | 100001 | 100110111 | 100011 | 110010 |
Color Harmonies of #AC539C
Complementary color
Monochromatic Colors of #AC539C
Black with #AC539C
Text Example
Text Example
White with #AC539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC539C; }
p { color: rgb(172,83,156); }
H1.HeaderClassName
{
color: #AC539C;
}
.AnyTagClassName
{
color: #AC539C;
}
</style>
background-color css
<style>
a { background-color: #AC539C; }
a { background-color: rgb(172,83,156); }
div.DivClassName
{
background-color: #AC539C;
}
.BgClassName
{
background-color: #AC539C;
}
</style>
border-color css
<style>
span { border-color: #AC539C; }
span { border-color: rgb(172,83,156); }
td.TdClassName
{
border-color: #AC539C;
}
.TagClassName
{
border-color: #AC539C;
}
</style>