Shades of Violet Blue #AC70B2
Tints of Violet Blue #AC70B2
RGB
CMYK
RGB Variations
Color information
#AC70B2 (or 0xAC70B2) is known color: Violet Blue. HEX triplet: AC, 70 and B2. RGB value is (172,112,178). Sum of RGB (Red+Green+Blue) = 172+112+178=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC70B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70B2 is #538F4D. Grayscale: #898989. Windows color (decimal): -5476174 or 11694252. OLE color: 11694252.
HSL color Cylindrical-coordinate representation of color #AC70B2: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC70B2 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 112 | 178 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.30 |
| HSL | 294.55º | 0.3% | 0.57% | - |
| HSV(B) | 294.55º | 0.37% | 0.7% | - |
| XYZ | 30.84 | 23.57 | 45.04 | - |
| YUV | 137.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 178 | 0.03 | 0.37 | 0 | 0.30 | 294.55 | 0.3 | 0.57 |
| Hex | AC | 70 | B2 | 3 | 25 | 0 | 1E | 127 | 1E | 39 |
| Octal | 254 | 160 | 262 | 3 | 45 | 0 | 36 | 447 | 36 | 71 |
| Binary | 10101100 | 1110000 | 10110010 | 11 | 100101 | 0 | 11110 | 100100111 | 11110 | 111001 |
Color Harmonies of #AC70B2
Complementary color
Monochromatic Colors of #AC70B2
Black with #AC70B2
Text Example
Text Example
White with #AC70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70B2; }
p { color: rgb(172,112,178); }
H1.HeaderClassName
{
color: #AC70B2;
}
.AnyTagClassName
{
color: #AC70B2;
}
</style>
background-color css
<style>
a { background-color: #AC70B2; }
a { background-color: rgb(172,112,178); }
div.DivClassName
{
background-color: #AC70B2;
}
.BgClassName
{
background-color: #AC70B2;
}
</style>
border-color css
<style>
span { border-color: #AC70B2; }
span { border-color: rgb(172,112,178); }
td.TdClassName
{
border-color: #AC70B2;
}
.TagClassName
{
border-color: #AC70B2;
}
</style>