Shades of Violet Blue #AC5AAA
Tints of Violet Blue #AC5AAA
RGB
CMYK
RGB Variations
Color information
#AC5AAA (or 0xAC5AAA) is known color: Violet Blue. HEX triplet: AC, 5A and AA. RGB value is (172,90,170). Sum of RGB (Red+Green+Blue) = 172+90+170=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AAA is #53A555. Grayscale: #7B7B7B. Windows color (decimal): -5481814 or 11164332. OLE color: 11164332.
HSL color Cylindrical-coordinate representation of color #AC5AAA: hue angle of 301.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5AAA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 170 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.33 |
| HSL | 301.46º | 0.33% | 0.51% | - |
| HSV(B) | 301.46º | 0.48% | 0.67% | - |
| XYZ | 27.93 | 18.99 | 40.22 | - |
| YUV | 123.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 170 | 0 | 0.48 | 0.01 | 0.33 | 301.46 | 0.33 | 0.51 |
| Hex | AC | 5A | AA | 0 | 30 | 1 | 21 | 12D | 21 | 33 |
| Octal | 254 | 132 | 252 | 0 | 60 | 1 | 41 | 455 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10101010 | 0 | 110000 | 1 | 100001 | 100101101 | 100001 | 110011 |
Color Harmonies of #AC5AAA
Complementary color
Monochromatic Colors of #AC5AAA
Black with #AC5AAA
Text Example
Text Example
White with #AC5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5AAA; }
p { color: rgb(172,90,170); }
H1.HeaderClassName
{
color: #AC5AAA;
}
.AnyTagClassName
{
color: #AC5AAA;
}
</style>
background-color css
<style>
a { background-color: #AC5AAA; }
a { background-color: rgb(172,90,170); }
div.DivClassName
{
background-color: #AC5AAA;
}
.BgClassName
{
background-color: #AC5AAA;
}
</style>
border-color css
<style>
span { border-color: #AC5AAA; }
span { border-color: rgb(172,90,170); }
td.TdClassName
{
border-color: #AC5AAA;
}
.TagClassName
{
border-color: #AC5AAA;
}
</style>