Shades of Jazzberry Jam #AA0B51
Tints of Jazzberry Jam #AA0B51
RGB
CMYK
RGB Variations
Color information
#AA0B51 (or 0xAA0B51) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 51. RGB value is (170,11,81). Sum of RGB (Red+Green+Blue) = 170+11+81=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B51 is #55F4AE. Grayscale: #424242. Windows color (decimal): -5633199 or 5311402. OLE color: 5311402.
HSL color Cylindrical-coordinate representation of color #AA0B51: hue angle of 333.58º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B51 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 81 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.33 |
| HSL | 333.58º | 0.88% | 0.35% | - |
| HSV(B) | 333.58º | 0.94% | 0.67% | - |
| XYZ | 18.18 | 9.38 | 8.64 | - |
| YUV | 66.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 81 | 0 | 0.94 | 0.52 | 0.33 | 333.58 | 0.88 | 0.35 |
| Hex | AA | B | 51 | 0 | 5E | 34 | 21 | 14E | 58 | 23 |
| Octal | 252 | 13 | 121 | 0 | 136 | 64 | 41 | 516 | 130 | 43 |
| Binary | 10101010 | 1011 | 1010001 | 0 | 1011110 | 110100 | 100001 | 101001110 | 1011000 | 100011 |
Color Harmonies of #AA0B51
Complementary color
Monochromatic Colors of #AA0B51
Black with #AA0B51
Text Example
Text Example
White with #AA0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B51; }
p { color: rgb(170,11,81); }
H1.HeaderClassName
{
color: #AA0B51;
}
.AnyTagClassName
{
color: #AA0B51;
}
</style>
background-color css
<style>
a { background-color: #AA0B51; }
a { background-color: rgb(170,11,81); }
div.DivClassName
{
background-color: #AA0B51;
}
.BgClassName
{
background-color: #AA0B51;
}
</style>
border-color css
<style>
span { border-color: #AA0B51; }
span { border-color: rgb(170,11,81); }
td.TdClassName
{
border-color: #AA0B51;
}
.TagClassName
{
border-color: #AA0B51;
}
</style>