Shades of Jazzberry Jam #AA0E76
Tints of Jazzberry Jam #AA0E76
RGB
CMYK
RGB Variations
Color information
#AA0E76 (or 0xAA0E76) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 76. RGB value is (170,14,118). Sum of RGB (Red+Green+Blue) = 170+14+118=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E76 is #55F189. Grayscale: #484848. Windows color (decimal): -5632394 or 7737002. OLE color: 7737002.
HSL color Cylindrical-coordinate representation of color #AA0E76: hue angle of 320º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E76 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 118 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.33 |
| HSL | 320º | 0.85% | 0.36% | - |
| HSV(B) | 320º | 0.92% | 0.67% | - |
| XYZ | 20 | 10.17 | 18.05 | - |
| YUV | 72.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 118 | 0 | 0.92 | 0.31 | 0.33 | 320 | 0.85 | 0.36 |
| Hex | AA | E | 76 | 0 | 5C | 1F | 21 | 140 | 55 | 24 |
| Octal | 252 | 16 | 166 | 0 | 134 | 37 | 41 | 500 | 125 | 44 |
| Binary | 10101010 | 1110 | 1110110 | 0 | 1011100 | 11111 | 100001 | 101000000 | 1010101 | 100100 |
Color Harmonies of #AA0E76
Complementary color
Monochromatic Colors of #AA0E76
Black with #AA0E76
Text Example
Text Example
White with #AA0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E76; }
p { color: rgb(170,14,118); }
H1.HeaderClassName
{
color: #AA0E76;
}
.AnyTagClassName
{
color: #AA0E76;
}
</style>
background-color css
<style>
a { background-color: #AA0E76; }
a { background-color: rgb(170,14,118); }
div.DivClassName
{
background-color: #AA0E76;
}
.BgClassName
{
background-color: #AA0E76;
}
</style>
border-color css
<style>
span { border-color: #AA0E76; }
span { border-color: rgb(170,14,118); }
td.TdClassName
{
border-color: #AA0E76;
}
.TagClassName
{
border-color: #AA0E76;
}
</style>