Shades of Jazzberry Jam #AA1D5E
Tints of Jazzberry Jam #AA1D5E
RGB
CMYK
RGB Variations
Color information
#AA1D5E (or 0xAA1D5E) is known color: Jazzberry Jam. HEX triplet: AA, 1D and 5E. RGB value is (170,29,94). Sum of RGB (Red+Green+Blue) = 170+29+94=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D5E is #55E2A1. Grayscale: #4E4E4E. Windows color (decimal): -5628578 or 6167978. OLE color: 6167978.
HSL color Cylindrical-coordinate representation of color #AA1D5E: hue angle of 332.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D5E is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 94 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.33 |
| HSL | 332.34º | 0.71% | 0.39% | - |
| HSV(B) | 332.34º | 0.83% | 0.67% | - |
| XYZ | 19.04 | 10.23 | 11.56 | - |
| YUV | 78.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 94 | 0 | 0.83 | 0.45 | 0.33 | 332.34 | 0.71 | 0.39 |
| Hex | AA | 1D | 5E | 0 | 53 | 2D | 21 | 14C | 47 | 27 |
| Octal | 252 | 35 | 136 | 0 | 123 | 55 | 41 | 514 | 107 | 47 |
| Binary | 10101010 | 11101 | 1011110 | 0 | 1010011 | 101101 | 100001 | 101001100 | 1000111 | 100111 |
Color Harmonies of #AA1D5E
Complementary color
Monochromatic Colors of #AA1D5E
Black with #AA1D5E
Text Example
Text Example
White with #AA1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D5E; }
p { color: rgb(170,29,94); }
H1.HeaderClassName
{
color: #AA1D5E;
}
.AnyTagClassName
{
color: #AA1D5E;
}
</style>
background-color css
<style>
a { background-color: #AA1D5E; }
a { background-color: rgb(170,29,94); }
div.DivClassName
{
background-color: #AA1D5E;
}
.BgClassName
{
background-color: #AA1D5E;
}
</style>
border-color css
<style>
span { border-color: #AA1D5E; }
span { border-color: rgb(170,29,94); }
td.TdClassName
{
border-color: #AA1D5E;
}
.TagClassName
{
border-color: #AA1D5E;
}
</style>