Shades of Jazzberry Jam #AA1D5A
Tints of Jazzberry Jam #AA1D5A
RGB
CMYK
RGB Variations
Color information
#AA1D5A (or 0xAA1D5A) is known color: Jazzberry Jam. HEX triplet: AA, 1D and 5A. RGB value is (170,29,90). Sum of RGB (Red+Green+Blue) = 170+29+90=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D5A is #55E2A5. Grayscale: #4E4E4E. Windows color (decimal): -5628582 or 5905834. OLE color: 5905834.
HSL color Cylindrical-coordinate representation of color #AA1D5A: hue angle of 334.04º 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 #AA1D5A is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 90 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.33 |
| HSL | 334.04º | 0.71% | 0.39% | - |
| HSV(B) | 334.04º | 0.83% | 0.67% | - |
| XYZ | 18.86 | 10.16 | 10.64 | - |
| YUV | 78.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 90 | 0 | 0.83 | 0.47 | 0.33 | 334.04 | 0.71 | 0.39 |
| Hex | AA | 1D | 5A | 0 | 53 | 2F | 21 | 14E | 47 | 27 |
| Octal | 252 | 35 | 132 | 0 | 123 | 57 | 41 | 516 | 107 | 47 |
| Binary | 10101010 | 11101 | 1011010 | 0 | 1010011 | 101111 | 100001 | 101001110 | 1000111 | 100111 |
Color Harmonies of #AA1D5A
Complementary color
Monochromatic Colors of #AA1D5A
Black with #AA1D5A
Text Example
Text Example
White with #AA1D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D5A; }
p { color: rgb(170,29,90); }
H1.HeaderClassName
{
color: #AA1D5A;
}
.AnyTagClassName
{
color: #AA1D5A;
}
</style>
background-color css
<style>
a { background-color: #AA1D5A; }
a { background-color: rgb(170,29,90); }
div.DivClassName
{
background-color: #AA1D5A;
}
.BgClassName
{
background-color: #AA1D5A;
}
</style>
border-color css
<style>
span { border-color: #AA1D5A; }
span { border-color: rgb(170,29,90); }
td.TdClassName
{
border-color: #AA1D5A;
}
.TagClassName
{
border-color: #AA1D5A;
}
</style>