Shades of Jazzberry Jam #AA0D5E
Tints of Jazzberry Jam #AA0D5E
RGB
CMYK
RGB Variations
Color information
#AA0D5E (or 0xAA0D5E) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 5E. RGB value is (170,13,94). Sum of RGB (Red+Green+Blue) = 170+13+94=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D5E is #55F2A1. Grayscale: #454545. Windows color (decimal): -5632674 or 6163882. OLE color: 6163882.
HSL color Cylindrical-coordinate representation of color #AA0D5E: hue angle of 329.04º 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 #AA0D5E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 94 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.33 |
| HSL | 329.04º | 0.86% | 0.36% | - |
| HSV(B) | 329.04º | 0.92% | 0.67% | - |
| XYZ | 18.74 | 9.64 | 11.46 | - |
| YUV | 69.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 94 | 0 | 0.92 | 0.45 | 0.33 | 329.04 | 0.86 | 0.36 |
| Hex | AA | D | 5E | 0 | 5C | 2D | 21 | 149 | 56 | 24 |
| Octal | 252 | 15 | 136 | 0 | 134 | 55 | 41 | 511 | 126 | 44 |
| Binary | 10101010 | 1101 | 1011110 | 0 | 1011100 | 101101 | 100001 | 101001001 | 1010110 | 100100 |
Color Harmonies of #AA0D5E
Complementary color
Monochromatic Colors of #AA0D5E
Black with #AA0D5E
Text Example
Text Example
White with #AA0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D5E; }
p { color: rgb(170,13,94); }
H1.HeaderClassName
{
color: #AA0D5E;
}
.AnyTagClassName
{
color: #AA0D5E;
}
</style>
background-color css
<style>
a { background-color: #AA0D5E; }
a { background-color: rgb(170,13,94); }
div.DivClassName
{
background-color: #AA0D5E;
}
.BgClassName
{
background-color: #AA0D5E;
}
</style>
border-color css
<style>
span { border-color: #AA0D5E; }
span { border-color: rgb(170,13,94); }
td.TdClassName
{
border-color: #AA0D5E;
}
.TagClassName
{
border-color: #AA0D5E;
}
</style>