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