Shades of Jazzberry Jam #AA0D53
Tints of Jazzberry Jam #AA0D53
RGB
CMYK
RGB Variations
Color information
#AA0D53 (or 0xAA0D53) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 53. RGB value is (170,13,83). Sum of RGB (Red+Green+Blue) = 170+13+83=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D53 is #55F2AC. Grayscale: #434343. Windows color (decimal): -5632685 or 5442986. OLE color: 5442986.
HSL color Cylindrical-coordinate representation of color #AA0D53: hue angle of 333.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D53 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 83 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.33 |
| HSL | 333.25º | 0.86% | 0.36% | - |
| HSV(B) | 333.25º | 0.92% | 0.67% | - |
| XYZ | 18.28 | 9.46 | 9.05 | - |
| YUV | 67.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 83 | 0 | 0.92 | 0.51 | 0.33 | 333.25 | 0.86 | 0.36 |
| Hex | AA | D | 53 | 0 | 5C | 33 | 21 | 14D | 56 | 24 |
| Octal | 252 | 15 | 123 | 0 | 134 | 63 | 41 | 515 | 126 | 44 |
| Binary | 10101010 | 1101 | 1010011 | 0 | 1011100 | 110011 | 100001 | 101001101 | 1010110 | 100100 |
Color Harmonies of #AA0D53
Complementary color
Monochromatic Colors of #AA0D53
Black with #AA0D53
Text Example
Text Example
White with #AA0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D53; }
p { color: rgb(170,13,83); }
H1.HeaderClassName
{
color: #AA0D53;
}
.AnyTagClassName
{
color: #AA0D53;
}
</style>
background-color css
<style>
a { background-color: #AA0D53; }
a { background-color: rgb(170,13,83); }
div.DivClassName
{
background-color: #AA0D53;
}
.BgClassName
{
background-color: #AA0D53;
}
</style>
border-color css
<style>
span { border-color: #AA0D53; }
span { border-color: rgb(170,13,83); }
td.TdClassName
{
border-color: #AA0D53;
}
.TagClassName
{
border-color: #AA0D53;
}
</style>