Shades of Violet Blue #AA70A4
Tints of Violet Blue #AA70A4
RGB
CMYK
RGB Variations
Color information
#AA70A4 (or 0xAA70A4) is known color: Violet Blue. HEX triplet: AA, 70 and A4. RGB value is (170,112,164). Sum of RGB (Red+Green+Blue) = 170+112+164=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A4 is #558F5B. Grayscale: #878787. Windows color (decimal): -5607260 or 10776746. OLE color: 10776746.
HSL color Cylindrical-coordinate representation of color #AA70A4: hue angle of 306.21º 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 #AA70A4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 164 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.33 |
| HSL | 306.21º | 0.25% | 0.55% | - |
| HSV(B) | 306.21º | 0.34% | 0.67% | - |
| XYZ | 29.07 | 22.81 | 37.99 | - |
| YUV | 135.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 164 | 0 | 0.34 | 0.04 | 0.33 | 306.21 | 0.25 | 0.55 |
| Hex | AA | 70 | A4 | 0 | 22 | 4 | 21 | 132 | 19 | 37 |
| Octal | 252 | 160 | 244 | 0 | 42 | 4 | 41 | 462 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10100100 | 0 | 100010 | 100 | 100001 | 100110010 | 11001 | 110111 |
Color Harmonies of #AA70A4
Complementary color
Monochromatic Colors of #AA70A4
Black with #AA70A4
Text Example
Text Example
White with #AA70A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70A4; }
p { color: rgb(170,112,164); }
H1.HeaderClassName
{
color: #AA70A4;
}
.AnyTagClassName
{
color: #AA70A4;
}
</style>
background-color css
<style>
a { background-color: #AA70A4; }
a { background-color: rgb(170,112,164); }
div.DivClassName
{
background-color: #AA70A4;
}
.BgClassName
{
background-color: #AA70A4;
}
</style>
border-color css
<style>
span { border-color: #AA70A4; }
span { border-color: rgb(170,112,164); }
td.TdClassName
{
border-color: #AA70A4;
}
.TagClassName
{
border-color: #AA70A4;
}
</style>