Shades of Jazzberry Jam #AA0E5C
Tints of Jazzberry Jam #AA0E5C
RGB
CMYK
RGB Variations
Color information
#AA0E5C (or 0xAA0E5C) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 5C. RGB value is (170,14,92). Sum of RGB (Red+Green+Blue) = 170+14+92=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E5C is #55F1A3. Grayscale: #454545. Windows color (decimal): -5632420 or 6033066. OLE color: 6033066.
HSL color Cylindrical-coordinate representation of color #AA0E5C: hue angle of 330º 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 #AA0E5C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 92 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.33 |
| HSL | 330º | 0.85% | 0.36% | - |
| HSV(B) | 330º | 0.92% | 0.67% | - |
| XYZ | 18.67 | 9.63 | 11 | - |
| YUV | 69.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 92 | 0 | 0.92 | 0.46 | 0.33 | 330 | 0.85 | 0.36 |
| Hex | AA | E | 5C | 0 | 5C | 2E | 21 | 14A | 55 | 24 |
| Octal | 252 | 16 | 134 | 0 | 134 | 56 | 41 | 512 | 125 | 44 |
| Binary | 10101010 | 1110 | 1011100 | 0 | 1011100 | 101110 | 100001 | 101001010 | 1010101 | 100100 |
Color Harmonies of #AA0E5C
Complementary color
Monochromatic Colors of #AA0E5C
Black with #AA0E5C
Text Example
Text Example
White with #AA0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E5C; }
p { color: rgb(170,14,92); }
H1.HeaderClassName
{
color: #AA0E5C;
}
.AnyTagClassName
{
color: #AA0E5C;
}
</style>
background-color css
<style>
a { background-color: #AA0E5C; }
a { background-color: rgb(170,14,92); }
div.DivClassName
{
background-color: #AA0E5C;
}
.BgClassName
{
background-color: #AA0E5C;
}
</style>
border-color css
<style>
span { border-color: #AA0E5C; }
span { border-color: rgb(170,14,92); }
td.TdClassName
{
border-color: #AA0E5C;
}
.TagClassName
{
border-color: #AA0E5C;
}
</style>