Shades of Jazzberry Jam #AA0970
Tints of Jazzberry Jam #AA0970
RGB
CMYK
RGB Variations
Color information
#AA0970 (or 0xAA0970) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 70. RGB value is (170,9,112). Sum of RGB (Red+Green+Blue) = 170+9+112=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0970 is #55F68F. Grayscale: #444444. Windows color (decimal): -5633680 or 7342506. OLE color: 7342506.
HSL color Cylindrical-coordinate representation of color #AA0970: hue angle of 321.61º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0970 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 112 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.33 |
| HSL | 321.61º | 0.9% | 0.35% | - |
| HSV(B) | 321.61º | 0.95% | 0.67% | - |
| XYZ | 19.6 | 9.91 | 16.21 | - |
| YUV | 68.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 112 | 0 | 0.95 | 0.34 | 0.33 | 321.61 | 0.9 | 0.35 |
| Hex | AA | 9 | 70 | 0 | 5F | 22 | 21 | 142 | 5A | 23 |
| Octal | 252 | 11 | 160 | 0 | 137 | 42 | 41 | 502 | 132 | 43 |
| Binary | 10101010 | 1001 | 1110000 | 0 | 1011111 | 100010 | 100001 | 101000010 | 1011010 | 100011 |
Color Harmonies of #AA0970
Complementary color
Monochromatic Colors of #AA0970
Black with #AA0970
Text Example
Text Example
White with #AA0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0970; }
p { color: rgb(170,9,112); }
H1.HeaderClassName
{
color: #AA0970;
}
.AnyTagClassName
{
color: #AA0970;
}
</style>
background-color css
<style>
a { background-color: #AA0970; }
a { background-color: rgb(170,9,112); }
div.DivClassName
{
background-color: #AA0970;
}
.BgClassName
{
background-color: #AA0970;
}
</style>
border-color css
<style>
span { border-color: #AA0970; }
span { border-color: rgb(170,9,112); }
td.TdClassName
{
border-color: #AA0970;
}
.TagClassName
{
border-color: #AA0970;
}
</style>