Shades of Jazzberry Jam #AA0E4E
Tints of Jazzberry Jam #AA0E4E
RGB
CMYK
RGB Variations
Color information
#AA0E4E (or 0xAA0E4E) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 4E. RGB value is (170,14,78). Sum of RGB (Red+Green+Blue) = 170+14+78=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E4E is #55F1B1. Grayscale: #434343. Windows color (decimal): -5632434 or 5115562. OLE color: 5115562.
HSL color Cylindrical-coordinate representation of color #AA0E4E: hue angle of 335.38º 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 #AA0E4E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 78 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.33 |
| HSL | 335.38º | 0.85% | 0.36% | - |
| HSV(B) | 335.38º | 0.92% | 0.67% | - |
| XYZ | 18.11 | 9.41 | 8.07 | - |
| YUV | 67.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 78 | 0 | 0.92 | 0.54 | 0.33 | 335.38 | 0.85 | 0.36 |
| Hex | AA | E | 4E | 0 | 5C | 36 | 21 | 14F | 55 | 24 |
| Octal | 252 | 16 | 116 | 0 | 134 | 66 | 41 | 517 | 125 | 44 |
| Binary | 10101010 | 1110 | 1001110 | 0 | 1011100 | 110110 | 100001 | 101001111 | 1010101 | 100100 |
Color Harmonies of #AA0E4E
Complementary color
Monochromatic Colors of #AA0E4E
Black with #AA0E4E
Text Example
Text Example
White with #AA0E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E4E; }
p { color: rgb(170,14,78); }
H1.HeaderClassName
{
color: #AA0E4E;
}
.AnyTagClassName
{
color: #AA0E4E;
}
</style>
background-color css
<style>
a { background-color: #AA0E4E; }
a { background-color: rgb(170,14,78); }
div.DivClassName
{
background-color: #AA0E4E;
}
.BgClassName
{
background-color: #AA0E4E;
}
</style>
border-color css
<style>
span { border-color: #AA0E4E; }
span { border-color: rgb(170,14,78); }
td.TdClassName
{
border-color: #AA0E4E;
}
.TagClassName
{
border-color: #AA0E4E;
}
</style>