Shades of Jazzberry Jam #AA0E6D
Tints of Jazzberry Jam #AA0E6D
RGB
CMYK
RGB Variations
Color information
#AA0E6D (or 0xAA0E6D) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 6D. RGB value is (170,14,109). Sum of RGB (Red+Green+Blue) = 170+14+109=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E6D is #55F192. Grayscale: #474747. Windows color (decimal): -5632403 or 7147178. OLE color: 7147178.
HSL color Cylindrical-coordinate representation of color #AA0E6D: hue angle of 323.46º 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 #AA0E6D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 109 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.33 |
| HSL | 323.46º | 0.85% | 0.36% | - |
| HSV(B) | 323.46º | 0.92% | 0.67% | - |
| XYZ | 19.49 | 9.96 | 15.36 | - |
| YUV | 71.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 109 | 0 | 0.92 | 0.36 | 0.33 | 323.46 | 0.85 | 0.36 |
| Hex | AA | E | 6D | 0 | 5C | 24 | 21 | 143 | 55 | 24 |
| Octal | 252 | 16 | 155 | 0 | 134 | 44 | 41 | 503 | 125 | 44 |
| Binary | 10101010 | 1110 | 1101101 | 0 | 1011100 | 100100 | 100001 | 101000011 | 1010101 | 100100 |
Color Harmonies of #AA0E6D
Complementary color
Monochromatic Colors of #AA0E6D
Black with #AA0E6D
Text Example
Text Example
White with #AA0E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E6D; }
p { color: rgb(170,14,109); }
H1.HeaderClassName
{
color: #AA0E6D;
}
.AnyTagClassName
{
color: #AA0E6D;
}
</style>
background-color css
<style>
a { background-color: #AA0E6D; }
a { background-color: rgb(170,14,109); }
div.DivClassName
{
background-color: #AA0E6D;
}
.BgClassName
{
background-color: #AA0E6D;
}
</style>
border-color css
<style>
span { border-color: #AA0E6D; }
span { border-color: rgb(170,14,109); }
td.TdClassName
{
border-color: #AA0E6D;
}
.TagClassName
{
border-color: #AA0E6D;
}
</style>