Shades of Violet Blue #AC72AA
Tints of Violet Blue #AC72AA
RGB
CMYK
RGB Variations
Color information
#AC72AA (or 0xAC72AA) is known color: Violet Blue. HEX triplet: AC, 72 and AA. RGB value is (172,114,170). Sum of RGB (Red+Green+Blue) = 172+114+170=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72AA is #538D55. Grayscale: #898989. Windows color (decimal): -5475670 or 11170476. OLE color: 11170476.
HSL color Cylindrical-coordinate representation of color #AC72AA: hue angle of 302.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC72AA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 170 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.33 |
| HSL | 302.07º | 0.26% | 0.56% | - |
| HSV(B) | 302.07º | 0.34% | 0.67% | - |
| XYZ | 30.29 | 23.71 | 41.01 | - |
| YUV | 137.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 170 | 0 | 0.34 | 0.01 | 0.33 | 302.07 | 0.26 | 0.56 |
| Hex | AC | 72 | AA | 0 | 22 | 1 | 21 | 12E | 1A | 38 |
| Octal | 254 | 162 | 252 | 0 | 42 | 1 | 41 | 456 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10101010 | 0 | 100010 | 1 | 100001 | 100101110 | 11010 | 111000 |
Color Harmonies of #AC72AA
Complementary color
Monochromatic Colors of #AC72AA
Black with #AC72AA
Text Example
Text Example
White with #AC72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72AA; }
p { color: rgb(172,114,170); }
H1.HeaderClassName
{
color: #AC72AA;
}
.AnyTagClassName
{
color: #AC72AA;
}
</style>
background-color css
<style>
a { background-color: #AC72AA; }
a { background-color: rgb(172,114,170); }
div.DivClassName
{
background-color: #AC72AA;
}
.BgClassName
{
background-color: #AC72AA;
}
</style>
border-color css
<style>
span { border-color: #AC72AA; }
span { border-color: rgb(172,114,170); }
td.TdClassName
{
border-color: #AC72AA;
}
.TagClassName
{
border-color: #AC72AA;
}
</style>