Shades of Violet Blue #AA70B3
Tints of Violet Blue #AA70B3
RGB
CMYK
RGB Variations
Color information
#AA70B3 (or 0xAA70B3) is known color: Violet Blue. HEX triplet: AA, 70 and B3. RGB value is (170,112,179). Sum of RGB (Red+Green+Blue) = 170+112+179=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70B3 is #558F4C. Grayscale: #888888. Windows color (decimal): -5607245 or 11759786. OLE color: 11759786.
HSL color Cylindrical-coordinate representation of color #AA70B3: hue angle of 291.94º degrees, saturation: 0.31, 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 #AA70B3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 112 | 179 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.30 |
| HSL | 291.94º | 0.31% | 0.57% | - |
| HSV(B) | 291.94º | 0.37% | 0.7% | - |
| XYZ | 30.51 | 23.39 | 45.55 | - |
| YUV | 136.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 179 | 0.05 | 0.37 | 0 | 0.30 | 291.94 | 0.31 | 0.57 |
| Hex | AA | 70 | B3 | 5 | 25 | 0 | 1E | 124 | 1F | 39 |
| Octal | 252 | 160 | 263 | 5 | 45 | 0 | 36 | 444 | 37 | 71 |
| Binary | 10101010 | 1110000 | 10110011 | 101 | 100101 | 0 | 11110 | 100100100 | 11111 | 111001 |
Color Harmonies of #AA70B3
Complementary color
Monochromatic Colors of #AA70B3
Black with #AA70B3
Text Example
Text Example
White with #AA70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70B3; }
p { color: rgb(170,112,179); }
H1.HeaderClassName
{
color: #AA70B3;
}
.AnyTagClassName
{
color: #AA70B3;
}
</style>
background-color css
<style>
a { background-color: #AA70B3; }
a { background-color: rgb(170,112,179); }
div.DivClassName
{
background-color: #AA70B3;
}
.BgClassName
{
background-color: #AA70B3;
}
</style>
border-color css
<style>
span { border-color: #AA70B3; }
span { border-color: rgb(170,112,179); }
td.TdClassName
{
border-color: #AA70B3;
}
.TagClassName
{
border-color: #AA70B3;
}
</style>