Shades of Jazzberry Jam #AA024D
Tints of Jazzberry Jam #AA024D
RGB
CMYK
RGB Variations
Color information
#AA024D (or 0xAA024D) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 4D. RGB value is (170,2,77). Sum of RGB (Red+Green+Blue) = 170+2+77=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA024D is #55FDB2. Grayscale: #3C3C3C. Windows color (decimal): -5635507 or 5046954. OLE color: 5046954.
HSL color Cylindrical-coordinate representation of color #AA024D: hue angle of 333.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA024D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 333.21º | 0.98% | 0.34% | - |
| HSV(B) | 333.21º | 0.99% | 0.67% | - |
| XYZ | 17.94 | 9.13 | 7.84 | - |
| YUV | 60.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 77 | 0 | 0.99 | 0.55 | 0.33 | 333.21 | 0.98 | 0.34 |
| Hex | AA | 2 | 4D | 0 | 63 | 37 | 21 | 14D | 62 | 22 |
| Octal | 252 | 2 | 115 | 0 | 143 | 67 | 41 | 515 | 142 | 42 |
| Binary | 10101010 | 10 | 1001101 | 0 | 1100011 | 110111 | 100001 | 101001101 | 1100010 | 100010 |
Color Harmonies of #AA024D
Complementary color
Monochromatic Colors of #AA024D
Black with #AA024D
Text Example
Text Example
White with #AA024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA024D; }
p { color: rgb(170,2,77); }
H1.HeaderClassName
{
color: #AA024D;
}
.AnyTagClassName
{
color: #AA024D;
}
</style>
background-color css
<style>
a { background-color: #AA024D; }
a { background-color: rgb(170,2,77); }
div.DivClassName
{
background-color: #AA024D;
}
.BgClassName
{
background-color: #AA024D;
}
</style>
border-color css
<style>
span { border-color: #AA024D; }
span { border-color: rgb(170,2,77); }
td.TdClassName
{
border-color: #AA024D;
}
.TagClassName
{
border-color: #AA024D;
}
</style>