Shades of Jazzberry Jam #AA0E4A
Tints of Jazzberry Jam #AA0E4A
RGB
CMYK
RGB Variations
Color information
#AA0E4A (or 0xAA0E4A) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 4A. RGB value is (170,14,74). Sum of RGB (Red+Green+Blue) = 170+14+74=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E4A is #55F1B5. Grayscale: #434343. Windows color (decimal): -5632438 or 4853418. OLE color: 4853418.
HSL color Cylindrical-coordinate representation of color #AA0E4A: hue angle of 336.92º 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 #AA0E4A is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 74 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.33 |
| HSL | 336.92º | 0.85% | 0.36% | - |
| HSV(B) | 336.92º | 0.92% | 0.67% | - |
| XYZ | 17.97 | 9.35 | 7.34 | - |
| YUV | 67.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 74 | 0 | 0.92 | 0.56 | 0.33 | 336.92 | 0.85 | 0.36 |
| Hex | AA | E | 4A | 0 | 5C | 38 | 21 | 151 | 55 | 24 |
| Octal | 252 | 16 | 112 | 0 | 134 | 70 | 41 | 521 | 125 | 44 |
| Binary | 10101010 | 1110 | 1001010 | 0 | 1011100 | 111000 | 100001 | 101010001 | 1010101 | 100100 |
Color Harmonies of #AA0E4A
Complementary color
Monochromatic Colors of #AA0E4A
Black with #AA0E4A
Text Example
Text Example
White with #AA0E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E4A; }
p { color: rgb(170,14,74); }
H1.HeaderClassName
{
color: #AA0E4A;
}
.AnyTagClassName
{
color: #AA0E4A;
}
</style>
background-color css
<style>
a { background-color: #AA0E4A; }
a { background-color: rgb(170,14,74); }
div.DivClassName
{
background-color: #AA0E4A;
}
.BgClassName
{
background-color: #AA0E4A;
}
</style>
border-color css
<style>
span { border-color: #AA0E4A; }
span { border-color: rgb(170,14,74); }
td.TdClassName
{
border-color: #AA0E4A;
}
.TagClassName
{
border-color: #AA0E4A;
}
</style>