Shades of Violet Blue #AA70A3
Tints of Violet Blue #AA70A3
RGB
CMYK
RGB Variations
Color information
#AA70A3 (or 0xAA70A3) is known color: Violet Blue. HEX triplet: AA, 70 and A3. RGB value is (170,112,163). Sum of RGB (Red+Green+Blue) = 170+112+163=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A3 is #558F5C. Grayscale: #878787. Windows color (decimal): -5607261 or 10711210. OLE color: 10711210.
HSL color Cylindrical-coordinate representation of color #AA70A3: hue angle of 307.24º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA70A3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 163 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.33 |
| HSL | 307.24º | 0.25% | 0.55% | - |
| HSV(B) | 307.24º | 0.34% | 0.67% | - |
| XYZ | 28.98 | 22.78 | 37.52 | - |
| YUV | 135.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 163 | 0 | 0.34 | 0.04 | 0.33 | 307.24 | 0.25 | 0.55 |
| Hex | AA | 70 | A3 | 0 | 22 | 4 | 21 | 133 | 19 | 37 |
| Octal | 252 | 160 | 243 | 0 | 42 | 4 | 41 | 463 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10100011 | 0 | 100010 | 100 | 100001 | 100110011 | 11001 | 110111 |
Color Harmonies of #AA70A3
Complementary color
Monochromatic Colors of #AA70A3
Black with #AA70A3
Text Example
Text Example
White with #AA70A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70A3; }
p { color: rgb(170,112,163); }
H1.HeaderClassName
{
color: #AA70A3;
}
.AnyTagClassName
{
color: #AA70A3;
}
</style>
background-color css
<style>
a { background-color: #AA70A3; }
a { background-color: rgb(170,112,163); }
div.DivClassName
{
background-color: #AA70A3;
}
.BgClassName
{
background-color: #AA70A3;
}
</style>
border-color css
<style>
span { border-color: #AA70A3; }
span { border-color: rgb(170,112,163); }
td.TdClassName
{
border-color: #AA70A3;
}
.TagClassName
{
border-color: #AA70A3;
}
</style>