Shades of Jazzberry Jam #AA004A
Tints of Jazzberry Jam #AA004A
RGB
CMYK
RGB Variations
Color information
#AA004A (or 0xAA004A) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 4A. RGB value is (170,0,74). Sum of RGB (Red+Green+Blue) = 170+0+74=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA004A is #55FFB5. Grayscale: #3B3B3B. Windows color (decimal): -5636022 or 4849834. OLE color: 4849834.
HSL color Cylindrical-coordinate representation of color #AA004A: hue angle of 333.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA004A is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.56 | 0.33 |
| HSL | 333.88º | 1% | 0.33% | - |
| HSV(B) | 333.88º | 1% | 0.67% | - |
| XYZ | 17.81 | 9.04 | 7.28 | - |
| YUV | 59.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 74 | 0 | 1 | 0.56 | 0.33 | 333.88 | 1 | 0.33 |
| Hex | AA | 0 | 4A | 0 | 64 | 38 | 21 | 14E | 64 | 21 |
| Octal | 252 | 0 | 112 | 0 | 144 | 70 | 41 | 516 | 144 | 41 |
| Binary | 10101010 | 0 | 1001010 | 0 | 1100100 | 111000 | 100001 | 101001110 | 1100100 | 100001 |
Color Harmonies of #AA004A
Complementary color
Monochromatic Colors of #AA004A
Black with #AA004A
Text Example
Text Example
White with #AA004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA004A; }
p { color: rgb(170,0,74); }
H1.HeaderClassName
{
color: #AA004A;
}
.AnyTagClassName
{
color: #AA004A;
}
</style>
background-color css
<style>
a { background-color: #AA004A; }
a { background-color: rgb(170,0,74); }
div.DivClassName
{
background-color: #AA004A;
}
.BgClassName
{
background-color: #AA004A;
}
</style>
border-color css
<style>
span { border-color: #AA004A; }
span { border-color: rgb(170,0,74); }
td.TdClassName
{
border-color: #AA004A;
}
.TagClassName
{
border-color: #AA004A;
}
</style>