Shades of Jazzberry Jam #AA0D52
Tints of Jazzberry Jam #AA0D52
RGB
CMYK
RGB Variations
Color information
#AA0D52 (or 0xAA0D52) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 52. RGB value is (170,13,82). Sum of RGB (Red+Green+Blue) = 170+13+82=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D52 is #55F2AD. Grayscale: #434343. Windows color (decimal): -5632686 or 5377450. OLE color: 5377450.
HSL color Cylindrical-coordinate representation of color #AA0D52: hue angle of 333.63º 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 #AA0D52 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 82 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.33 |
| HSL | 333.63º | 0.86% | 0.36% | - |
| HSV(B) | 333.63º | 0.92% | 0.67% | - |
| XYZ | 18.24 | 9.44 | 8.84 | - |
| YUV | 67.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 82 | 0 | 0.92 | 0.52 | 0.33 | 333.63 | 0.86 | 0.36 |
| Hex | AA | D | 52 | 0 | 5C | 34 | 21 | 14E | 56 | 24 |
| Octal | 252 | 15 | 122 | 0 | 134 | 64 | 41 | 516 | 126 | 44 |
| Binary | 10101010 | 1101 | 1010010 | 0 | 1011100 | 110100 | 100001 | 101001110 | 1010110 | 100100 |
Color Harmonies of #AA0D52
Complementary color
Monochromatic Colors of #AA0D52
Black with #AA0D52
Text Example
Text Example
White with #AA0D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D52; }
p { color: rgb(170,13,82); }
H1.HeaderClassName
{
color: #AA0D52;
}
.AnyTagClassName
{
color: #AA0D52;
}
</style>
background-color css
<style>
a { background-color: #AA0D52; }
a { background-color: rgb(170,13,82); }
div.DivClassName
{
background-color: #AA0D52;
}
.BgClassName
{
background-color: #AA0D52;
}
</style>
border-color css
<style>
span { border-color: #AA0D52; }
span { border-color: rgb(170,13,82); }
td.TdClassName
{
border-color: #AA0D52;
}
.TagClassName
{
border-color: #AA0D52;
}
</style>