Shades of Jazzberry Jam #AA0B53
Tints of Jazzberry Jam #AA0B53
RGB
CMYK
RGB Variations
Color information
#AA0B53 (or 0xAA0B53) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 53. RGB value is (170,11,83). Sum of RGB (Red+Green+Blue) = 170+11+83=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B53 is #55F4AC. Grayscale: #424242. Windows color (decimal): -5633197 or 5442474. OLE color: 5442474.
HSL color Cylindrical-coordinate representation of color #AA0B53: hue angle of 332.83º 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 #AA0B53 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 83 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.33 |
| HSL | 332.83º | 0.88% | 0.35% | - |
| HSV(B) | 332.83º | 0.94% | 0.67% | - |
| XYZ | 18.26 | 9.41 | 9.04 | - |
| YUV | 66.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 83 | 0 | 0.94 | 0.51 | 0.33 | 332.83 | 0.88 | 0.35 |
| Hex | AA | B | 53 | 0 | 5E | 33 | 21 | 14D | 58 | 23 |
| Octal | 252 | 13 | 123 | 0 | 136 | 63 | 41 | 515 | 130 | 43 |
| Binary | 10101010 | 1011 | 1010011 | 0 | 1011110 | 110011 | 100001 | 101001101 | 1011000 | 100011 |
Color Harmonies of #AA0B53
Complementary color
Monochromatic Colors of #AA0B53
Black with #AA0B53
Text Example
Text Example
White with #AA0B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B53; }
p { color: rgb(170,11,83); }
H1.HeaderClassName
{
color: #AA0B53;
}
.AnyTagClassName
{
color: #AA0B53;
}
</style>
background-color css
<style>
a { background-color: #AA0B53; }
a { background-color: rgb(170,11,83); }
div.DivClassName
{
background-color: #AA0B53;
}
.BgClassName
{
background-color: #AA0B53;
}
</style>
border-color css
<style>
span { border-color: #AA0B53; }
span { border-color: rgb(170,11,83); }
td.TdClassName
{
border-color: #AA0B53;
}
.TagClassName
{
border-color: #AA0B53;
}
</style>