Shades of Jazzberry Jam #AA0D54
Tints of Jazzberry Jam #AA0D54
RGB
CMYK
RGB Variations
Color information
#AA0D54 (or 0xAA0D54) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 54. RGB value is (170,13,84). Sum of RGB (Red+Green+Blue) = 170+13+84=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D54 is #55F2AB. Grayscale: #434343. Windows color (decimal): -5632684 or 5508522. OLE color: 5508522.
HSL color Cylindrical-coordinate representation of color #AA0D54: hue angle of 332.87º 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 #AA0D54 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 84 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.33 |
| HSL | 332.87º | 0.86% | 0.36% | - |
| HSV(B) | 332.87º | 0.92% | 0.67% | - |
| XYZ | 18.32 | 9.47 | 9.25 | - |
| YUV | 68.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 84 | 0 | 0.92 | 0.51 | 0.33 | 332.87 | 0.86 | 0.36 |
| Hex | AA | D | 54 | 0 | 5C | 33 | 21 | 14D | 56 | 24 |
| Octal | 252 | 15 | 124 | 0 | 134 | 63 | 41 | 515 | 126 | 44 |
| Binary | 10101010 | 1101 | 1010100 | 0 | 1011100 | 110011 | 100001 | 101001101 | 1010110 | 100100 |
Color Harmonies of #AA0D54
Complementary color
Monochromatic Colors of #AA0D54
Black with #AA0D54
Text Example
Text Example
White with #AA0D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D54; }
p { color: rgb(170,13,84); }
H1.HeaderClassName
{
color: #AA0D54;
}
.AnyTagClassName
{
color: #AA0D54;
}
</style>
background-color css
<style>
a { background-color: #AA0D54; }
a { background-color: rgb(170,13,84); }
div.DivClassName
{
background-color: #AA0D54;
}
.BgClassName
{
background-color: #AA0D54;
}
</style>
border-color css
<style>
span { border-color: #AA0D54; }
span { border-color: rgb(170,13,84); }
td.TdClassName
{
border-color: #AA0D54;
}
.TagClassName
{
border-color: #AA0D54;
}
</style>