Shades of Jazzberry Jam #AA024E
Tints of Jazzberry Jam #AA024E
RGB
CMYK
RGB Variations
Color information
#AA024E (or 0xAA024E) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 4E. RGB value is (170,2,78). Sum of RGB (Red+Green+Blue) = 170+2+78=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA024E is #55FDB1. Grayscale: #3C3C3C. Windows color (decimal): -5635506 or 5112490. OLE color: 5112490.
HSL color Cylindrical-coordinate representation of color #AA024E: hue angle of 332.86º 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 #AA024E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.33 |
| HSL | 332.86º | 0.98% | 0.34% | - |
| HSV(B) | 332.86º | 0.99% | 0.67% | - |
| XYZ | 17.97 | 9.14 | 8.02 | - |
| YUV | 60.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 78 | 0 | 0.99 | 0.54 | 0.33 | 332.86 | 0.98 | 0.34 |
| Hex | AA | 2 | 4E | 0 | 63 | 36 | 21 | 14D | 62 | 22 |
| Octal | 252 | 2 | 116 | 0 | 143 | 66 | 41 | 515 | 142 | 42 |
| Binary | 10101010 | 10 | 1001110 | 0 | 1100011 | 110110 | 100001 | 101001101 | 1100010 | 100010 |
Color Harmonies of #AA024E
Complementary color
Monochromatic Colors of #AA024E
Black with #AA024E
Text Example
Text Example
White with #AA024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA024E; }
p { color: rgb(170,2,78); }
H1.HeaderClassName
{
color: #AA024E;
}
.AnyTagClassName
{
color: #AA024E;
}
</style>
background-color css
<style>
a { background-color: #AA024E; }
a { background-color: rgb(170,2,78); }
div.DivClassName
{
background-color: #AA024E;
}
.BgClassName
{
background-color: #AA024E;
}
</style>
border-color css
<style>
span { border-color: #AA024E; }
span { border-color: rgb(170,2,78); }
td.TdClassName
{
border-color: #AA024E;
}
.TagClassName
{
border-color: #AA024E;
}
</style>