Shades of Jazzberry Jam #AA0E6A
Tints of Jazzberry Jam #AA0E6A
RGB
CMYK
RGB Variations
Color information
#AA0E6A (or 0xAA0E6A) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 6A. RGB value is (170,14,106). Sum of RGB (Red+Green+Blue) = 170+14+106=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E6A is #55F195. Grayscale: #464646. Windows color (decimal): -5632406 or 6950570. OLE color: 6950570.
HSL color Cylindrical-coordinate representation of color #AA0E6A: hue angle of 324.62º 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 #AA0E6A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.33 |
| HSL | 324.62º | 0.85% | 0.36% | - |
| HSV(B) | 324.62º | 0.92% | 0.67% | - |
| XYZ | 19.34 | 9.9 | 14.53 | - |
| YUV | 71.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 106 | 0 | 0.92 | 0.38 | 0.33 | 324.62 | 0.85 | 0.36 |
| Hex | AA | E | 6A | 0 | 5C | 26 | 21 | 145 | 55 | 24 |
| Octal | 252 | 16 | 152 | 0 | 134 | 46 | 41 | 505 | 125 | 44 |
| Binary | 10101010 | 1110 | 1101010 | 0 | 1011100 | 100110 | 100001 | 101000101 | 1010101 | 100100 |
Color Harmonies of #AA0E6A
Complementary color
Monochromatic Colors of #AA0E6A
Black with #AA0E6A
Text Example
Text Example
White with #AA0E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E6A; }
p { color: rgb(170,14,106); }
H1.HeaderClassName
{
color: #AA0E6A;
}
.AnyTagClassName
{
color: #AA0E6A;
}
</style>
background-color css
<style>
a { background-color: #AA0E6A; }
a { background-color: rgb(170,14,106); }
div.DivClassName
{
background-color: #AA0E6A;
}
.BgClassName
{
background-color: #AA0E6A;
}
</style>
border-color css
<style>
span { border-color: #AA0E6A; }
span { border-color: rgb(170,14,106); }
td.TdClassName
{
border-color: #AA0E6A;
}
.TagClassName
{
border-color: #AA0E6A;
}
</style>