Shades of Violet Blue #AC4AA8
Tints of Violet Blue #AC4AA8
RGB
CMYK
RGB Variations
Color information
#AC4AA8 (or 0xAC4AA8) is known color: Violet Blue. HEX triplet: AC, 4A and A8. RGB value is (172,74,168). Sum of RGB (Red+Green+Blue) = 172+74+168=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AA8 is #53B557. Grayscale: #717171. Windows color (decimal): -5485912 or 11029164. OLE color: 11029164.
HSL color Cylindrical-coordinate representation of color #AC4AA8: hue angle of 302.45º 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 #AC4AA8 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 168 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.33 |
| HSL | 302.45º | 0.4% | 0.48% | - |
| HSV(B) | 302.45º | 0.57% | 0.67% | - |
| XYZ | 26.53 | 16.5 | 38.83 | - |
| YUV | 114.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 168 | 0 | 0.57 | 0.02 | 0.33 | 302.45 | 0.4 | 0.48 |
| Hex | AC | 4A | A8 | 0 | 39 | 2 | 21 | 12E | 28 | 30 |
| Octal | 254 | 112 | 250 | 0 | 71 | 2 | 41 | 456 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10101000 | 0 | 111001 | 10 | 100001 | 100101110 | 101000 | 110000 |
Color Harmonies of #AC4AA8
Complementary color
Monochromatic Colors of #AC4AA8
Black with #AC4AA8
Text Example
Text Example
White with #AC4AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4AA8; }
p { color: rgb(172,74,168); }
H1.HeaderClassName
{
color: #AC4AA8;
}
.AnyTagClassName
{
color: #AC4AA8;
}
</style>
background-color css
<style>
a { background-color: #AC4AA8; }
a { background-color: rgb(172,74,168); }
div.DivClassName
{
background-color: #AC4AA8;
}
.BgClassName
{
background-color: #AC4AA8;
}
</style>
border-color css
<style>
span { border-color: #AC4AA8; }
span { border-color: rgb(172,74,168); }
td.TdClassName
{
border-color: #AC4AA8;
}
.TagClassName
{
border-color: #AC4AA8;
}
</style>