Shades of Violet Blue #AA70AF
Tints of Violet Blue #AA70AF
RGB
CMYK
RGB Variations
Color information
#AA70AF (or 0xAA70AF) is known color: Violet Blue. HEX triplet: AA, 70 and AF. RGB value is (170,112,175). Sum of RGB (Red+Green+Blue) = 170+112+175=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70AF is #558F50. Grayscale: #888888. Windows color (decimal): -5607249 or 11497642. OLE color: 11497642.
HSL color Cylindrical-coordinate representation of color #AA70AF: hue angle of 295.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA70AF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 112 | 175 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.31 |
| HSL | 295.24º | 0.28% | 0.56% | - |
| HSV(B) | 295.24º | 0.36% | 0.69% | - |
| XYZ | 30.11 | 23.23 | 43.45 | - |
| YUV | 136.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 175 | 0.03 | 0.36 | 0 | 0.31 | 295.24 | 0.28 | 0.56 |
| Hex | AA | 70 | AF | 3 | 24 | 0 | 1F | 127 | 1C | 38 |
| Octal | 252 | 160 | 257 | 3 | 44 | 0 | 37 | 447 | 34 | 70 |
| Binary | 10101010 | 1110000 | 10101111 | 11 | 100100 | 0 | 11111 | 100100111 | 11100 | 111000 |
Color Harmonies of #AA70AF
Complementary color
Monochromatic Colors of #AA70AF
Black with #AA70AF
Text Example
Text Example
White with #AA70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70AF; }
p { color: rgb(170,112,175); }
H1.HeaderClassName
{
color: #AA70AF;
}
.AnyTagClassName
{
color: #AA70AF;
}
</style>
background-color css
<style>
a { background-color: #AA70AF; }
a { background-color: rgb(170,112,175); }
div.DivClassName
{
background-color: #AA70AF;
}
.BgClassName
{
background-color: #AA70AF;
}
</style>
border-color css
<style>
span { border-color: #AA70AF; }
span { border-color: rgb(170,112,175); }
td.TdClassName
{
border-color: #AA70AF;
}
.TagClassName
{
border-color: #AA70AF;
}
</style>