Shades of Jazzberry Jam #AA0F76
Tints of Jazzberry Jam #AA0F76
RGB
CMYK
RGB Variations
Color information
#AA0F76 (or 0xAA0F76) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 76. RGB value is (170,15,118). Sum of RGB (Red+Green+Blue) = 170+15+118=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F76 is #55F089. Grayscale: #484848. Windows color (decimal): -5632138 or 7737258. OLE color: 7737258.
HSL color Cylindrical-coordinate representation of color #AA0F76: hue angle of 320.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F76 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 118 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.33 |
| HSL | 320.13º | 0.84% | 0.36% | - |
| HSV(B) | 320.13º | 0.91% | 0.67% | - |
| XYZ | 20.02 | 10.2 | 18.05 | - |
| YUV | 73.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 118 | 0 | 0.91 | 0.31 | 0.33 | 320.13 | 0.84 | 0.36 |
| Hex | AA | F | 76 | 0 | 5B | 1F | 21 | 140 | 54 | 24 |
| Octal | 252 | 17 | 166 | 0 | 133 | 37 | 41 | 500 | 124 | 44 |
| Binary | 10101010 | 1111 | 1110110 | 0 | 1011011 | 11111 | 100001 | 101000000 | 1010100 | 100100 |
Color Harmonies of #AA0F76
Complementary color
Monochromatic Colors of #AA0F76
Black with #AA0F76
Text Example
Text Example
White with #AA0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F76; }
p { color: rgb(170,15,118); }
H1.HeaderClassName
{
color: #AA0F76;
}
.AnyTagClassName
{
color: #AA0F76;
}
</style>
background-color css
<style>
a { background-color: #AA0F76; }
a { background-color: rgb(170,15,118); }
div.DivClassName
{
background-color: #AA0F76;
}
.BgClassName
{
background-color: #AA0F76;
}
</style>
border-color css
<style>
span { border-color: #AA0F76; }
span { border-color: rgb(170,15,118); }
td.TdClassName
{
border-color: #AA0F76;
}
.TagClassName
{
border-color: #AA0F76;
}
</style>