Shades of Violet Blue #AC4AAB
Tints of Violet Blue #AC4AAB
RGB
CMYK
RGB Variations
Color information
#AC4AAB (or 0xAC4AAB) is known color: Violet Blue. HEX triplet: AC, 4A and AB. RGB value is (172,74,171). Sum of RGB (Red+Green+Blue) = 172+74+171=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AAB is #53B554. Grayscale: #727272. Windows color (decimal): -5485909 or 11225772. OLE color: 11225772.
HSL color Cylindrical-coordinate representation of color #AC4AAB: hue angle of 300.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4AAB is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 171 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.33 |
| HSL | 300.61º | 0.4% | 0.48% | - |
| HSV(B) | 300.61º | 0.57% | 0.67% | - |
| XYZ | 26.81 | 16.61 | 40.32 | - |
| YUV | 114.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 171 | 0 | 0.57 | 0.01 | 0.33 | 300.61 | 0.4 | 0.48 |
| Hex | AC | 4A | AB | 0 | 39 | 1 | 21 | 12D | 28 | 30 |
| Octal | 254 | 112 | 253 | 0 | 71 | 1 | 41 | 455 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10101011 | 0 | 111001 | 1 | 100001 | 100101101 | 101000 | 110000 |
Color Harmonies of #AC4AAB
Complementary color
Monochromatic Colors of #AC4AAB
Black with #AC4AAB
Text Example
Text Example
White with #AC4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4AAB; }
p { color: rgb(172,74,171); }
H1.HeaderClassName
{
color: #AC4AAB;
}
.AnyTagClassName
{
color: #AC4AAB;
}
</style>
background-color css
<style>
a { background-color: #AC4AAB; }
a { background-color: rgb(172,74,171); }
div.DivClassName
{
background-color: #AC4AAB;
}
.BgClassName
{
background-color: #AC4AAB;
}
</style>
border-color css
<style>
span { border-color: #AC4AAB; }
span { border-color: rgb(172,74,171); }
td.TdClassName
{
border-color: #AC4AAB;
}
.TagClassName
{
border-color: #AC4AAB;
}
</style>