Shades of Violet Blue #AC70AB
Tints of Violet Blue #AC70AB
RGB
CMYK
RGB Variations
Color information
#AC70AB (or 0xAC70AB) is known color: Violet Blue. HEX triplet: AC, 70 and AB. RGB value is (172,112,171). Sum of RGB (Red+Green+Blue) = 172+112+171=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70AB is #538F54. Grayscale: #888888. Windows color (decimal): -5476181 or 11235500. OLE color: 11235500.
HSL color Cylindrical-coordinate representation of color #AC70AB: hue angle of 301º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC70AB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 171 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.33 |
| HSL | 301º | 0.27% | 0.56% | - |
| HSV(B) | 301º | 0.35% | 0.67% | - |
| XYZ | 30.16 | 23.3 | 41.44 | - |
| YUV | 136.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 171 | 0 | 0.35 | 0.01 | 0.33 | 301 | 0.27 | 0.56 |
| Hex | AC | 70 | AB | 0 | 23 | 1 | 21 | 12D | 1B | 38 |
| Octal | 254 | 160 | 253 | 0 | 43 | 1 | 41 | 455 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10101011 | 0 | 100011 | 1 | 100001 | 100101101 | 11011 | 111000 |
Color Harmonies of #AC70AB
Complementary color
Monochromatic Colors of #AC70AB
Black with #AC70AB
Text Example
Text Example
White with #AC70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70AB; }
p { color: rgb(172,112,171); }
H1.HeaderClassName
{
color: #AC70AB;
}
.AnyTagClassName
{
color: #AC70AB;
}
</style>
background-color css
<style>
a { background-color: #AC70AB; }
a { background-color: rgb(172,112,171); }
div.DivClassName
{
background-color: #AC70AB;
}
.BgClassName
{
background-color: #AC70AB;
}
</style>
border-color css
<style>
span { border-color: #AC70AB; }
span { border-color: rgb(172,112,171); }
td.TdClassName
{
border-color: #AC70AB;
}
.TagClassName
{
border-color: #AC70AB;
}
</style>