Shades of Jazzberry Jam #AA166F
Tints of Jazzberry Jam #AA166F
RGB
CMYK
RGB Variations
Color information
#AA166F (or 0xAA166F) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 6F. RGB value is (170,22,111). Sum of RGB (Red+Green+Blue) = 170+22+111=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA166F is #55E990. Grayscale: #4C4C4C. Windows color (decimal): -5630353 or 7280298. OLE color: 7280298.
HSL color Cylindrical-coordinate representation of color #AA166F: hue angle of 323.92º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA166F is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 111 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.33 |
| HSL | 323.92º | 0.77% | 0.38% | - |
| HSV(B) | 323.92º | 0.87% | 0.67% | - |
| XYZ | 19.73 | 10.27 | 15.98 | - |
| YUV | 76.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 111 | 0 | 0.87 | 0.35 | 0.33 | 323.92 | 0.77 | 0.38 |
| Hex | AA | 16 | 6F | 0 | 57 | 23 | 21 | 144 | 4D | 26 |
| Octal | 252 | 26 | 157 | 0 | 127 | 43 | 41 | 504 | 115 | 46 |
| Binary | 10101010 | 10110 | 1101111 | 0 | 1010111 | 100011 | 100001 | 101000100 | 1001101 | 100110 |
Color Harmonies of #AA166F
Complementary color
Monochromatic Colors of #AA166F
Black with #AA166F
Text Example
Text Example
White with #AA166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA166F; }
p { color: rgb(170,22,111); }
H1.HeaderClassName
{
color: #AA166F;
}
.AnyTagClassName
{
color: #AA166F;
}
</style>
background-color css
<style>
a { background-color: #AA166F; }
a { background-color: rgb(170,22,111); }
div.DivClassName
{
background-color: #AA166F;
}
.BgClassName
{
background-color: #AA166F;
}
</style>
border-color css
<style>
span { border-color: #AA166F; }
span { border-color: rgb(170,22,111); }
td.TdClassName
{
border-color: #AA166F;
}
.TagClassName
{
border-color: #AA166F;
}
</style>