Shades of Violet Blue #AC5BAB
Tints of Violet Blue #AC5BAB
RGB
CMYK
RGB Variations
Color information
#AC5BAB (or 0xAC5BAB) is known color: Violet Blue. HEX triplet: AC, 5B and AB. RGB value is (172,91,171). Sum of RGB (Red+Green+Blue) = 172+91+171=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5BAB is #53A454. Grayscale: #7C7C7C. Windows color (decimal): -5481557 or 11230124. OLE color: 11230124.
HSL color Cylindrical-coordinate representation of color #AC5BAB: hue angle of 300.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5BAB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 171 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.33 |
| HSL | 300.74º | 0.33% | 0.52% | - |
| HSV(B) | 300.74º | 0.47% | 0.67% | - |
| XYZ | 28.11 | 19.19 | 40.75 | - |
| YUV | 124.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 171 | 0 | 0.47 | 0.01 | 0.33 | 300.74 | 0.33 | 0.52 |
| Hex | AC | 5B | AB | 0 | 2F | 1 | 21 | 12D | 21 | 34 |
| Octal | 254 | 133 | 253 | 0 | 57 | 1 | 41 | 455 | 41 | 64 |
| Binary | 10101100 | 1011011 | 10101011 | 0 | 101111 | 1 | 100001 | 100101101 | 100001 | 110100 |
Color Harmonies of #AC5BAB
Complementary color
Monochromatic Colors of #AC5BAB
Black with #AC5BAB
Text Example
Text Example
White with #AC5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BAB; }
p { color: rgb(172,91,171); }
H1.HeaderClassName
{
color: #AC5BAB;
}
.AnyTagClassName
{
color: #AC5BAB;
}
</style>
background-color css
<style>
a { background-color: #AC5BAB; }
a { background-color: rgb(172,91,171); }
div.DivClassName
{
background-color: #AC5BAB;
}
.BgClassName
{
background-color: #AC5BAB;
}
</style>
border-color css
<style>
span { border-color: #AC5BAB; }
span { border-color: rgb(172,91,171); }
td.TdClassName
{
border-color: #AC5BAB;
}
.TagClassName
{
border-color: #AC5BAB;
}
</style>