Shades of Jazzberry Jam #AA0A4D
Tints of Jazzberry Jam #AA0A4D
RGB
CMYK
RGB Variations
Color information
#AA0A4D (or 0xAA0A4D) is known color: Jazzberry Jam. HEX triplet: AA, 0A and 4D. RGB value is (170,10,77). Sum of RGB (Red+Green+Blue) = 170+10+77=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A4D is #55F5B2. Grayscale: #414141. Windows color (decimal): -5633459 or 5049002. OLE color: 5049002.
HSL color Cylindrical-coordinate representation of color #AA0A4D: hue angle of 334.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A4D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 77 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.33 |
| HSL | 334.88º | 0.89% | 0.35% | - |
| HSV(B) | 334.88º | 0.94% | 0.67% | - |
| XYZ | 18.03 | 9.3 | 7.87 | - |
| YUV | 65.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 77 | 0 | 0.94 | 0.55 | 0.33 | 334.88 | 0.89 | 0.35 |
| Hex | AA | A | 4D | 0 | 5E | 37 | 21 | 14F | 59 | 23 |
| Octal | 252 | 12 | 115 | 0 | 136 | 67 | 41 | 517 | 131 | 43 |
| Binary | 10101010 | 1010 | 1001101 | 0 | 1011110 | 110111 | 100001 | 101001111 | 1011001 | 100011 |
Color Harmonies of #AA0A4D
Complementary color
Monochromatic Colors of #AA0A4D
Black with #AA0A4D
Text Example
Text Example
White with #AA0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A4D; }
p { color: rgb(170,10,77); }
H1.HeaderClassName
{
color: #AA0A4D;
}
.AnyTagClassName
{
color: #AA0A4D;
}
</style>
background-color css
<style>
a { background-color: #AA0A4D; }
a { background-color: rgb(170,10,77); }
div.DivClassName
{
background-color: #AA0A4D;
}
.BgClassName
{
background-color: #AA0A4D;
}
</style>
border-color css
<style>
span { border-color: #AA0A4D; }
span { border-color: rgb(170,10,77); }
td.TdClassName
{
border-color: #AA0A4D;
}
.TagClassName
{
border-color: #AA0A4D;
}
</style>