Shades of Jazzberry Jam #AA024C
Tints of Jazzberry Jam #AA024C
RGB
CMYK
RGB Variations
Color information
#AA024C (or 0xAA024C) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 4C. RGB value is (170,2,76). Sum of RGB (Red+Green+Blue) = 170+2+76=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA024C is #55FDB3. Grayscale: #3C3C3C. Windows color (decimal): -5635508 or 4981418. OLE color: 4981418.
HSL color Cylindrical-coordinate representation of color #AA024C: hue angle of 333.57º 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 #AA024C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 333.57º | 0.98% | 0.34% | - |
| HSV(B) | 333.57º | 0.99% | 0.67% | - |
| XYZ | 17.9 | 9.11 | 7.65 | - |
| YUV | 60.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 76 | 0 | 0.99 | 0.55 | 0.33 | 333.57 | 0.98 | 0.34 |
| Hex | AA | 2 | 4C | 0 | 63 | 37 | 21 | 14E | 62 | 22 |
| Octal | 252 | 2 | 114 | 0 | 143 | 67 | 41 | 516 | 142 | 42 |
| Binary | 10101010 | 10 | 1001100 | 0 | 1100011 | 110111 | 100001 | 101001110 | 1100010 | 100010 |
Color Harmonies of #AA024C
Complementary color
Monochromatic Colors of #AA024C
Black with #AA024C
Text Example
Text Example
White with #AA024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA024C; }
p { color: rgb(170,2,76); }
H1.HeaderClassName
{
color: #AA024C;
}
.AnyTagClassName
{
color: #AA024C;
}
</style>
background-color css
<style>
a { background-color: #AA024C; }
a { background-color: rgb(170,2,76); }
div.DivClassName
{
background-color: #AA024C;
}
.BgClassName
{
background-color: #AA024C;
}
</style>
border-color css
<style>
span { border-color: #AA024C; }
span { border-color: rgb(170,2,76); }
td.TdClassName
{
border-color: #AA024C;
}
.TagClassName
{
border-color: #AA024C;
}
</style>