Shades of Violet Blue #AA70B2
Tints of Violet Blue #AA70B2
RGB
CMYK
RGB Variations
Color information
#AA70B2 (or 0xAA70B2) is known color: Violet Blue. HEX triplet: AA, 70 and B2. RGB value is (170,112,178). Sum of RGB (Red+Green+Blue) = 170+112+178=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA70B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70B2 is #558F4D. Grayscale: #888888. Windows color (decimal): -5607246 or 11694250. OLE color: 11694250.
HSL color Cylindrical-coordinate representation of color #AA70B2: hue angle of 292.73º 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 #AA70B2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 112 | 178 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.30 |
| HSL | 292.73º | 0.3% | 0.57% | - |
| HSV(B) | 292.73º | 0.37% | 0.7% | - |
| XYZ | 30.41 | 23.35 | 45.02 | - |
| YUV | 136.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 178 | 0.04 | 0.37 | 0 | 0.30 | 292.73 | 0.3 | 0.57 |
| Hex | AA | 70 | B2 | 4 | 25 | 0 | 1E | 125 | 1E | 39 |
| Octal | 252 | 160 | 262 | 4 | 45 | 0 | 36 | 445 | 36 | 71 |
| Binary | 10101010 | 1110000 | 10110010 | 100 | 100101 | 0 | 11110 | 100100101 | 11110 | 111001 |
Color Harmonies of #AA70B2
Complementary color
Monochromatic Colors of #AA70B2
Black with #AA70B2
Text Example
Text Example
White with #AA70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70B2; }
p { color: rgb(170,112,178); }
H1.HeaderClassName
{
color: #AA70B2;
}
.AnyTagClassName
{
color: #AA70B2;
}
</style>
background-color css
<style>
a { background-color: #AA70B2; }
a { background-color: rgb(170,112,178); }
div.DivClassName
{
background-color: #AA70B2;
}
.BgClassName
{
background-color: #AA70B2;
}
</style>
border-color css
<style>
span { border-color: #AA70B2; }
span { border-color: rgb(170,112,178); }
td.TdClassName
{
border-color: #AA70B2;
}
.TagClassName
{
border-color: #AA70B2;
}
</style>