Shades of Violet Blue #AC539F
Tints of Violet Blue #AC539F
RGB
CMYK
RGB Variations
Color information
#AC539F (or 0xAC539F) is known color: Violet Blue. HEX triplet: AC, 53 and 9F. RGB value is (172,83,159). Sum of RGB (Red+Green+Blue) = 172+83+159=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC539F is #53AC60. Grayscale: #767676. Windows color (decimal): -5483617 or 10441644. OLE color: 10441644.
HSL color Cylindrical-coordinate representation of color #AC539F: hue angle of 308.76º 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 #AC539F is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 159 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.33 |
| HSL | 308.76º | 0.35% | 0.5% | - |
| HSV(B) | 308.76º | 0.52% | 0.67% | - |
| XYZ | 26.36 | 17.46 | 34.78 | - |
| YUV | 118.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 159 | 0 | 0.52 | 0.08 | 0.33 | 308.76 | 0.35 | 0.5 |
| Hex | AC | 53 | 9F | 0 | 34 | 8 | 21 | 135 | 23 | 32 |
| Octal | 254 | 123 | 237 | 0 | 64 | 10 | 41 | 465 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10011111 | 0 | 110100 | 1000 | 100001 | 100110101 | 100011 | 110010 |
Color Harmonies of #AC539F
Complementary color
Monochromatic Colors of #AC539F
Black with #AC539F
Text Example
Text Example
White with #AC539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC539F; }
p { color: rgb(172,83,159); }
H1.HeaderClassName
{
color: #AC539F;
}
.AnyTagClassName
{
color: #AC539F;
}
</style>
background-color css
<style>
a { background-color: #AC539F; }
a { background-color: rgb(172,83,159); }
div.DivClassName
{
background-color: #AC539F;
}
.BgClassName
{
background-color: #AC539F;
}
</style>
border-color css
<style>
span { border-color: #AC539F; }
span { border-color: rgb(172,83,159); }
td.TdClassName
{
border-color: #AC539F;
}
.TagClassName
{
border-color: #AC539F;
}
</style>