Shades of Jazzberry Jam #AA0055
Tints of Jazzberry Jam #AA0055
RGB
CMYK
RGB Variations
Color information
#AA0055 (or 0xAA0055) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 55. RGB value is (170,0,85). Sum of RGB (Red+Green+Blue) = 170+0+85=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0055 is #55FFAA. Grayscale: #3C3C3C. Windows color (decimal): -5636011 or 5570730. OLE color: 5570730.
HSL color Cylindrical-coordinate representation of color #AA0055: hue angle of 330º 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 #AA0055 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.50 | 0.33 |
| HSL | 330º | 1% | 0.33% | - |
| HSV(B) | 330º | 1% | 0.67% | - |
| XYZ | 18.22 | 9.2 | 9.41 | - |
| YUV | 60.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 85 | 0 | 1 | 0.50 | 0.33 | 330 | 1 | 0.33 |
| Hex | AA | 0 | 55 | 0 | 64 | 32 | 21 | 14A | 64 | 21 |
| Octal | 252 | 0 | 125 | 0 | 144 | 62 | 41 | 512 | 144 | 41 |
| Binary | 10101010 | 0 | 1010101 | 0 | 1100100 | 110010 | 100001 | 101001010 | 1100100 | 100001 |
Color Harmonies of #AA0055
Complementary color
Monochromatic Colors of #AA0055
Black with #AA0055
Text Example
Text Example
White with #AA0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0055; }
p { color: rgb(170,0,85); }
H1.HeaderClassName
{
color: #AA0055;
}
.AnyTagClassName
{
color: #AA0055;
}
</style>
background-color css
<style>
a { background-color: #AA0055; }
a { background-color: rgb(170,0,85); }
div.DivClassName
{
background-color: #AA0055;
}
.BgClassName
{
background-color: #AA0055;
}
</style>
border-color css
<style>
span { border-color: #AA0055; }
span { border-color: rgb(170,0,85); }
td.TdClassName
{
border-color: #AA0055;
}
.TagClassName
{
border-color: #AA0055;
}
</style>