Shades of Jazzberry Jam #AA0054
Tints of Jazzberry Jam #AA0054
RGB
CMYK
RGB Variations
Color information
#AA0054 (or 0xAA0054) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 54. RGB value is (170,0,84). Sum of RGB (Red+Green+Blue) = 170+0+84=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0054 is #55FFAB. Grayscale: #3C3C3C. Windows color (decimal): -5636012 or 5505194. OLE color: 5505194.
HSL color Cylindrical-coordinate representation of color #AA0054: hue angle of 330.35º 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 #AA0054 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.51 | 0.33 |
| HSL | 330.35º | 1% | 0.33% | - |
| HSV(B) | 330.35º | 1% | 0.67% | - |
| XYZ | 18.18 | 9.19 | 9.2 | - |
| YUV | 60.41 | 141.32 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 84 | 0 | 1 | 0.51 | 0.33 | 330.35 | 1 | 0.33 |
| Hex | AA | 0 | 54 | 0 | 64 | 33 | 21 | 14A | 64 | 21 |
| Octal | 252 | 0 | 124 | 0 | 144 | 63 | 41 | 512 | 144 | 41 |
| Binary | 10101010 | 0 | 1010100 | 0 | 1100100 | 110011 | 100001 | 101001010 | 1100100 | 100001 |
Color Harmonies of #AA0054
Complementary color
Monochromatic Colors of #AA0054
Black with #AA0054
Text Example
Text Example
White with #AA0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0054; }
p { color: rgb(170,0,84); }
H1.HeaderClassName
{
color: #AA0054;
}
.AnyTagClassName
{
color: #AA0054;
}
</style>
background-color css
<style>
a { background-color: #AA0054; }
a { background-color: rgb(170,0,84); }
div.DivClassName
{
background-color: #AA0054;
}
.BgClassName
{
background-color: #AA0054;
}
</style>
border-color css
<style>
span { border-color: #AA0054; }
span { border-color: rgb(170,0,84); }
td.TdClassName
{
border-color: #AA0054;
}
.TagClassName
{
border-color: #AA0054;
}
</style>