Shades of Jazzberry Jam #AA0243
Tints of Jazzberry Jam #AA0243
RGB
CMYK
RGB Variations
Color information
#AA0243 (or 0xAA0243) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 43. RGB value is (170,2,67). Sum of RGB (Red+Green+Blue) = 170+2+67=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0243 is #55FDBC. Grayscale: #3B3B3B. Windows color (decimal): -5635517 or 4391594. OLE color: 4391594.
HSL color Cylindrical-coordinate representation of color #AA0243: hue angle of 336.79º 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 #AA0243 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.33 |
| HSL | 336.79º | 0.98% | 0.34% | - |
| HSV(B) | 336.79º | 0.99% | 0.67% | - |
| XYZ | 17.61 | 8.99 | 6.12 | - |
| YUV | 59.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 67 | 0 | 0.99 | 0.61 | 0.33 | 336.79 | 0.98 | 0.34 |
| Hex | AA | 2 | 43 | 0 | 63 | 3D | 21 | 151 | 62 | 22 |
| Octal | 252 | 2 | 103 | 0 | 143 | 75 | 41 | 521 | 142 | 42 |
| Binary | 10101010 | 10 | 1000011 | 0 | 1100011 | 111101 | 100001 | 101010001 | 1100010 | 100010 |
Color Harmonies of #AA0243
Complementary color
Monochromatic Colors of #AA0243
Black with #AA0243
Text Example
Text Example
White with #AA0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0243; }
p { color: rgb(170,2,67); }
H1.HeaderClassName
{
color: #AA0243;
}
.AnyTagClassName
{
color: #AA0243;
}
</style>
background-color css
<style>
a { background-color: #AA0243; }
a { background-color: rgb(170,2,67); }
div.DivClassName
{
background-color: #AA0243;
}
.BgClassName
{
background-color: #AA0243;
}
</style>
border-color css
<style>
span { border-color: #AA0243; }
span { border-color: rgb(170,2,67); }
td.TdClassName
{
border-color: #AA0243;
}
.TagClassName
{
border-color: #AA0243;
}
</style>