Shades of Jazzberry Jam #AA004C
Tints of Jazzberry Jam #AA004C
RGB
CMYK
RGB Variations
Color information
#AA004C (or 0xAA004C) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 4C. RGB value is (170,0,76). Sum of RGB (Red+Green+Blue) = 170+0+76=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA004C is #55FFB3. Grayscale: #3B3B3B. Windows color (decimal): -5636020 or 4980906. OLE color: 4980906.
HSL color Cylindrical-coordinate representation of color #AA004C: hue angle of 333.18º 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 #AA004C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.55 | 0.33 |
| HSL | 333.18º | 1% | 0.33% | - |
| HSV(B) | 333.18º | 1% | 0.67% | - |
| XYZ | 17.88 | 9.07 | 7.65 | - |
| YUV | 59.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 76 | 0 | 1 | 0.55 | 0.33 | 333.18 | 1 | 0.33 |
| Hex | AA | 0 | 4C | 0 | 64 | 37 | 21 | 14D | 64 | 21 |
| Octal | 252 | 0 | 114 | 0 | 144 | 67 | 41 | 515 | 144 | 41 |
| Binary | 10101010 | 0 | 1001100 | 0 | 1100100 | 110111 | 100001 | 101001101 | 1100100 | 100001 |
Color Harmonies of #AA004C
Complementary color
Monochromatic Colors of #AA004C
Black with #AA004C
Text Example
Text Example
White with #AA004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA004C; }
p { color: rgb(170,0,76); }
H1.HeaderClassName
{
color: #AA004C;
}
.AnyTagClassName
{
color: #AA004C;
}
</style>
background-color css
<style>
a { background-color: #AA004C; }
a { background-color: rgb(170,0,76); }
div.DivClassName
{
background-color: #AA004C;
}
.BgClassName
{
background-color: #AA004C;
}
</style>
border-color css
<style>
span { border-color: #AA004C; }
span { border-color: rgb(170,0,76); }
td.TdClassName
{
border-color: #AA004C;
}
.TagClassName
{
border-color: #AA004C;
}
</style>