Shades of Violet Blue #AC70A3
Tints of Violet Blue #AC70A3
RGB
CMYK
RGB Variations
Color information
#AC70A3 (or 0xAC70A3) is known color: Violet Blue. HEX triplet: AC, 70 and A3. RGB value is (172,112,163). Sum of RGB (Red+Green+Blue) = 172+112+163=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70A3 is #538F5C. Grayscale: #878787. Windows color (decimal): -5476189 or 10711212. OLE color: 10711212.
HSL color Cylindrical-coordinate representation of color #AC70A3: hue angle of 309º 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 #AC70A3 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 163 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.33 |
| HSL | 309º | 0.27% | 0.56% | - |
| HSV(B) | 309º | 0.35% | 0.67% | - |
| XYZ | 29.42 | 23 | 37.54 | - |
| YUV | 135.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 163 | 0 | 0.35 | 0.05 | 0.33 | 309 | 0.27 | 0.56 |
| Hex | AC | 70 | A3 | 0 | 23 | 5 | 21 | 135 | 1B | 38 |
| Octal | 254 | 160 | 243 | 0 | 43 | 5 | 41 | 465 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10100011 | 0 | 100011 | 101 | 100001 | 100110101 | 11011 | 111000 |
Color Harmonies of #AC70A3
Complementary color
Monochromatic Colors of #AC70A3
Black with #AC70A3
Text Example
Text Example
White with #AC70A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70A3; }
p { color: rgb(172,112,163); }
H1.HeaderClassName
{
color: #AC70A3;
}
.AnyTagClassName
{
color: #AC70A3;
}
</style>
background-color css
<style>
a { background-color: #AC70A3; }
a { background-color: rgb(172,112,163); }
div.DivClassName
{
background-color: #AC70A3;
}
.BgClassName
{
background-color: #AC70A3;
}
</style>
border-color css
<style>
span { border-color: #AC70A3; }
span { border-color: rgb(172,112,163); }
td.TdClassName
{
border-color: #AC70A3;
}
.TagClassName
{
border-color: #AC70A3;
}
</style>