Shades of Jazzberry Jam #AA0A70
Tints of Jazzberry Jam #AA0A70
RGB
CMYK
RGB Variations
Color information
#AA0A70 (or 0xAA0A70) is known color: Jazzberry Jam. HEX triplet: AA, 0A and 70. RGB value is (170,10,112). Sum of RGB (Red+Green+Blue) = 170+10+112=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A70 is #55F58F. Grayscale: #454545. Windows color (decimal): -5633424 or 7342762. OLE color: 7342762.
HSL color Cylindrical-coordinate representation of color #AA0A70: hue angle of 321.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A70 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.33 |
| HSL | 321.75º | 0.89% | 0.35% | - |
| HSV(B) | 321.75º | 0.94% | 0.67% | - |
| XYZ | 19.61 | 9.93 | 16.21 | - |
| YUV | 69.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 112 | 0 | 0.94 | 0.34 | 0.33 | 321.75 | 0.89 | 0.35 |
| Hex | AA | A | 70 | 0 | 5E | 22 | 21 | 142 | 59 | 23 |
| Octal | 252 | 12 | 160 | 0 | 136 | 42 | 41 | 502 | 131 | 43 |
| Binary | 10101010 | 1010 | 1110000 | 0 | 1011110 | 100010 | 100001 | 101000010 | 1011001 | 100011 |
Color Harmonies of #AA0A70
Complementary color
Monochromatic Colors of #AA0A70
Black with #AA0A70
Text Example
Text Example
White with #AA0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A70; }
p { color: rgb(170,10,112); }
H1.HeaderClassName
{
color: #AA0A70;
}
.AnyTagClassName
{
color: #AA0A70;
}
</style>
background-color css
<style>
a { background-color: #AA0A70; }
a { background-color: rgb(170,10,112); }
div.DivClassName
{
background-color: #AA0A70;
}
.BgClassName
{
background-color: #AA0A70;
}
</style>
border-color css
<style>
span { border-color: #AA0A70; }
span { border-color: rgb(170,10,112); }
td.TdClassName
{
border-color: #AA0A70;
}
.TagClassName
{
border-color: #AA0A70;
}
</style>