Shades of Violet Blue #AC4AAA
Tints of Violet Blue #AC4AAA
RGB
CMYK
RGB Variations
Color information
#AC4AAA (or 0xAC4AAA) is known color: Violet Blue. HEX triplet: AC, 4A and AA. RGB value is (172,74,170). Sum of RGB (Red+Green+Blue) = 172+74+170=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AAA is #53B555. Grayscale: #717171. Windows color (decimal): -5485910 or 11160236. OLE color: 11160236.
HSL color Cylindrical-coordinate representation of color #AC4AAA: hue angle of 301.22º 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 #AC4AAA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 170 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.33 |
| HSL | 301.22º | 0.4% | 0.48% | - |
| HSV(B) | 301.22º | 0.57% | 0.67% | - |
| XYZ | 26.72 | 16.57 | 39.82 | - |
| YUV | 114.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 170 | 0 | 0.57 | 0.01 | 0.33 | 301.22 | 0.4 | 0.48 |
| Hex | AC | 4A | AA | 0 | 39 | 1 | 21 | 12D | 28 | 30 |
| Octal | 254 | 112 | 252 | 0 | 71 | 1 | 41 | 455 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10101010 | 0 | 111001 | 1 | 100001 | 100101101 | 101000 | 110000 |
Color Harmonies of #AC4AAA
Complementary color
Monochromatic Colors of #AC4AAA
Black with #AC4AAA
Text Example
Text Example
White with #AC4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4AAA; }
p { color: rgb(172,74,170); }
H1.HeaderClassName
{
color: #AC4AAA;
}
.AnyTagClassName
{
color: #AC4AAA;
}
</style>
background-color css
<style>
a { background-color: #AC4AAA; }
a { background-color: rgb(172,74,170); }
div.DivClassName
{
background-color: #AC4AAA;
}
.BgClassName
{
background-color: #AC4AAA;
}
</style>
border-color css
<style>
span { border-color: #AC4AAA; }
span { border-color: rgb(172,74,170); }
td.TdClassName
{
border-color: #AC4AAA;
}
.TagClassName
{
border-color: #AC4AAA;
}
</style>