Shades of Jazzberry Jam #AA0E4D
Tints of Jazzberry Jam #AA0E4D
RGB
CMYK
RGB Variations
Color information
#AA0E4D (or 0xAA0E4D) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 4D. RGB value is (170,14,77). Sum of RGB (Red+Green+Blue) = 170+14+77=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E4D is #55F1B2. Grayscale: #434343. Windows color (decimal): -5632435 or 5050026. OLE color: 5050026.
HSL color Cylindrical-coordinate representation of color #AA0E4D: hue angle of 335.77º 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 #AA0E4D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 77 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.33 |
| HSL | 335.77º | 0.85% | 0.36% | - |
| HSV(B) | 335.77º | 0.92% | 0.67% | - |
| XYZ | 18.07 | 9.4 | 7.88 | - |
| YUV | 67.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 77 | 0 | 0.92 | 0.55 | 0.33 | 335.77 | 0.85 | 0.36 |
| Hex | AA | E | 4D | 0 | 5C | 37 | 21 | 150 | 55 | 24 |
| Octal | 252 | 16 | 115 | 0 | 134 | 67 | 41 | 520 | 125 | 44 |
| Binary | 10101010 | 1110 | 1001101 | 0 | 1011100 | 110111 | 100001 | 101010000 | 1010101 | 100100 |
Color Harmonies of #AA0E4D
Complementary color
Monochromatic Colors of #AA0E4D
Black with #AA0E4D
Text Example
Text Example
White with #AA0E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E4D; }
p { color: rgb(170,14,77); }
H1.HeaderClassName
{
color: #AA0E4D;
}
.AnyTagClassName
{
color: #AA0E4D;
}
</style>
background-color css
<style>
a { background-color: #AA0E4D; }
a { background-color: rgb(170,14,77); }
div.DivClassName
{
background-color: #AA0E4D;
}
.BgClassName
{
background-color: #AA0E4D;
}
</style>
border-color css
<style>
span { border-color: #AA0E4D; }
span { border-color: rgb(170,14,77); }
td.TdClassName
{
border-color: #AA0E4D;
}
.TagClassName
{
border-color: #AA0E4D;
}
</style>