Shades of Jazzberry Jam #AA124D
Tints of Jazzberry Jam #AA124D
RGB
CMYK
RGB Variations
Color information
#AA124D (or 0xAA124D) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 4D. RGB value is (170,18,77). Sum of RGB (Red+Green+Blue) = 170+18+77=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA124D is #55EDB2. Grayscale: #464646. Windows color (decimal): -5631411 or 5051050. OLE color: 5051050.
HSL color Cylindrical-coordinate representation of color #AA124D: hue angle of 336.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA124D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 77 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.33 |
| HSL | 336.71º | 0.81% | 0.37% | - |
| HSV(B) | 336.71º | 0.89% | 0.67% | - |
| XYZ | 18.13 | 9.51 | 7.9 | - |
| YUV | 70.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 77 | 0 | 0.89 | 0.55 | 0.33 | 336.71 | 0.81 | 0.37 |
| Hex | AA | 12 | 4D | 0 | 59 | 37 | 21 | 151 | 51 | 25 |
| Octal | 252 | 22 | 115 | 0 | 131 | 67 | 41 | 521 | 121 | 45 |
| Binary | 10101010 | 10010 | 1001101 | 0 | 1011001 | 110111 | 100001 | 101010001 | 1010001 | 100101 |
Color Harmonies of #AA124D
Complementary color
Monochromatic Colors of #AA124D
Black with #AA124D
Text Example
Text Example
White with #AA124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA124D; }
p { color: rgb(170,18,77); }
H1.HeaderClassName
{
color: #AA124D;
}
.AnyTagClassName
{
color: #AA124D;
}
</style>
background-color css
<style>
a { background-color: #AA124D; }
a { background-color: rgb(170,18,77); }
div.DivClassName
{
background-color: #AA124D;
}
.BgClassName
{
background-color: #AA124D;
}
</style>
border-color css
<style>
span { border-color: #AA124D; }
span { border-color: rgb(170,18,77); }
td.TdClassName
{
border-color: #AA124D;
}
.TagClassName
{
border-color: #AA124D;
}
</style>