Shades of Jazzberry Jam #AA1D76
Tints of Jazzberry Jam #AA1D76
RGB
CMYK
RGB Variations
Color information
#AA1D76 (or 0xAA1D76) is known color: Jazzberry Jam. HEX triplet: AA, 1D and 76. RGB value is (170,29,118). Sum of RGB (Red+Green+Blue) = 170+29+118=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D76 is #55E289. Grayscale: #515151. Windows color (decimal): -5628554 or 7740842. OLE color: 7740842.
HSL color Cylindrical-coordinate representation of color #AA1D76: hue angle of 322.13º 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 #AA1D76 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 118 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.33 |
| HSL | 322.13º | 0.71% | 0.39% | - |
| HSV(B) | 322.13º | 0.83% | 0.67% | - |
| XYZ | 20.29 | 10.73 | 18.14 | - |
| YUV | 81.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 118 | 0 | 0.83 | 0.31 | 0.33 | 322.13 | 0.71 | 0.39 |
| Hex | AA | 1D | 76 | 0 | 53 | 1F | 21 | 142 | 47 | 27 |
| Octal | 252 | 35 | 166 | 0 | 123 | 37 | 41 | 502 | 107 | 47 |
| Binary | 10101010 | 11101 | 1110110 | 0 | 1010011 | 11111 | 100001 | 101000010 | 1000111 | 100111 |
Color Harmonies of #AA1D76
Complementary color
Monochromatic Colors of #AA1D76
Black with #AA1D76
Text Example
Text Example
White with #AA1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D76; }
p { color: rgb(170,29,118); }
H1.HeaderClassName
{
color: #AA1D76;
}
.AnyTagClassName
{
color: #AA1D76;
}
</style>
background-color css
<style>
a { background-color: #AA1D76; }
a { background-color: rgb(170,29,118); }
div.DivClassName
{
background-color: #AA1D76;
}
.BgClassName
{
background-color: #AA1D76;
}
</style>
border-color css
<style>
span { border-color: #AA1D76; }
span { border-color: rgb(170,29,118); }
td.TdClassName
{
border-color: #AA1D76;
}
.TagClassName
{
border-color: #AA1D76;
}
</style>