Shades of Violet Blue #AC72A8
Tints of Violet Blue #AC72A8
RGB
CMYK
RGB Variations
Color information
#AC72A8 (or 0xAC72A8) is known color: Violet Blue. HEX triplet: AC, 72 and A8. RGB value is (172,114,168). Sum of RGB (Red+Green+Blue) = 172+114+168=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72A8 is #538D57. Grayscale: #898989. Windows color (decimal): -5475672 or 11039404. OLE color: 11039404.
HSL color Cylindrical-coordinate representation of color #AC72A8: hue angle of 304.14º 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 #AC72A8 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 168 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.33 |
| HSL | 304.14º | 0.26% | 0.56% | - |
| HSV(B) | 304.14º | 0.34% | 0.67% | - |
| XYZ | 30.1 | 23.63 | 40.02 | - |
| YUV | 137.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 168 | 0 | 0.34 | 0.02 | 0.33 | 304.14 | 0.26 | 0.56 |
| Hex | AC | 72 | A8 | 0 | 22 | 2 | 21 | 130 | 1A | 38 |
| Octal | 254 | 162 | 250 | 0 | 42 | 2 | 41 | 460 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10101000 | 0 | 100010 | 10 | 100001 | 100110000 | 11010 | 111000 |
Color Harmonies of #AC72A8
Complementary color
Monochromatic Colors of #AC72A8
Black with #AC72A8
Text Example
Text Example
White with #AC72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72A8; }
p { color: rgb(172,114,168); }
H1.HeaderClassName
{
color: #AC72A8;
}
.AnyTagClassName
{
color: #AC72A8;
}
</style>
background-color css
<style>
a { background-color: #AC72A8; }
a { background-color: rgb(172,114,168); }
div.DivClassName
{
background-color: #AC72A8;
}
.BgClassName
{
background-color: #AC72A8;
}
</style>
border-color css
<style>
span { border-color: #AC72A8; }
span { border-color: rgb(172,114,168); }
td.TdClassName
{
border-color: #AC72A8;
}
.TagClassName
{
border-color: #AC72A8;
}
</style>