Shades of Jazzberry Jam #AA0050
Tints of Jazzberry Jam #AA0050
RGB
CMYK
RGB Variations
Color information
#AA0050 (or 0xAA0050) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 50. RGB value is (170,0,80). Sum of RGB (Red+Green+Blue) = 170+0+80=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0050 is #55FFAF. Grayscale: #3B3B3B. Windows color (decimal): -5636016 or 5243050. OLE color: 5243050.
HSL color Cylindrical-coordinate representation of color #AA0050: hue angle of 331.76º 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 #AA0050 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.53 | 0.33 |
| HSL | 331.76º | 1% | 0.33% | - |
| HSV(B) | 331.76º | 1% | 0.67% | - |
| XYZ | 18.03 | 9.13 | 8.4 | - |
| YUV | 59.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 80 | 0 | 1 | 0.53 | 0.33 | 331.76 | 1 | 0.33 |
| Hex | AA | 0 | 50 | 0 | 64 | 35 | 21 | 14C | 64 | 21 |
| Octal | 252 | 0 | 120 | 0 | 144 | 65 | 41 | 514 | 144 | 41 |
| Binary | 10101010 | 0 | 1010000 | 0 | 1100100 | 110101 | 100001 | 101001100 | 1100100 | 100001 |
Color Harmonies of #AA0050
Complementary color
Monochromatic Colors of #AA0050
Black with #AA0050
Text Example
Text Example
White with #AA0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0050; }
p { color: rgb(170,0,80); }
H1.HeaderClassName
{
color: #AA0050;
}
.AnyTagClassName
{
color: #AA0050;
}
</style>
background-color css
<style>
a { background-color: #AA0050; }
a { background-color: rgb(170,0,80); }
div.DivClassName
{
background-color: #AA0050;
}
.BgClassName
{
background-color: #AA0050;
}
</style>
border-color css
<style>
span { border-color: #AA0050; }
span { border-color: rgb(170,0,80); }
td.TdClassName
{
border-color: #AA0050;
}
.TagClassName
{
border-color: #AA0050;
}
</style>