Shades of Violet Blue #AC54AA
Tints of Violet Blue #AC54AA
RGB
CMYK
RGB Variations
Color information
#AC54AA (or 0xAC54AA) is known color: Violet Blue. HEX triplet: AC, 54 and AA. RGB value is (172,84,170). Sum of RGB (Red+Green+Blue) = 172+84+170=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC54AA is #53AB55. Grayscale: #777777. Windows color (decimal): -5483350 or 11162796. OLE color: 11162796.
HSL color Cylindrical-coordinate representation of color #AC54AA: hue angle of 301.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC54AA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 170 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.33 |
| HSL | 301.36º | 0.35% | 0.5% | - |
| HSV(B) | 301.36º | 0.51% | 0.67% | - |
| XYZ | 27.44 | 18.01 | 40.06 | - |
| YUV | 120.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 170 | 0 | 0.51 | 0.01 | 0.33 | 301.36 | 0.35 | 0.5 |
| Hex | AC | 54 | AA | 0 | 33 | 1 | 21 | 12D | 23 | 32 |
| Octal | 254 | 124 | 252 | 0 | 63 | 1 | 41 | 455 | 43 | 62 |
| Binary | 10101100 | 1010100 | 10101010 | 0 | 110011 | 1 | 100001 | 100101101 | 100011 | 110010 |
Color Harmonies of #AC54AA
Complementary color
Monochromatic Colors of #AC54AA
Black with #AC54AA
Text Example
Text Example
White with #AC54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54AA; }
p { color: rgb(172,84,170); }
H1.HeaderClassName
{
color: #AC54AA;
}
.AnyTagClassName
{
color: #AC54AA;
}
</style>
background-color css
<style>
a { background-color: #AC54AA; }
a { background-color: rgb(172,84,170); }
div.DivClassName
{
background-color: #AC54AA;
}
.BgClassName
{
background-color: #AC54AA;
}
</style>
border-color css
<style>
span { border-color: #AC54AA; }
span { border-color: rgb(172,84,170); }
td.TdClassName
{
border-color: #AC54AA;
}
.TagClassName
{
border-color: #AC54AA;
}
</style>