Shades of Jazzberry Jam #AA166B
Tints of Jazzberry Jam #AA166B
RGB
CMYK
RGB Variations
Color information
#AA166B (or 0xAA166B) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 6B. RGB value is (170,22,107). Sum of RGB (Red+Green+Blue) = 170+22+107=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA166B is #55E994. Grayscale: #4B4B4B. Windows color (decimal): -5630357 or 7018154. OLE color: 7018154.
HSL color Cylindrical-coordinate representation of color #AA166B: hue angle of 325.54º 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 #AA166B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 107 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.33 |
| HSL | 325.54º | 0.77% | 0.38% | - |
| HSV(B) | 325.54º | 0.87% | 0.67% | - |
| XYZ | 19.52 | 10.18 | 14.85 | - |
| YUV | 75.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 107 | 0 | 0.87 | 0.37 | 0.33 | 325.54 | 0.77 | 0.38 |
| Hex | AA | 16 | 6B | 0 | 57 | 25 | 21 | 146 | 4D | 26 |
| Octal | 252 | 26 | 153 | 0 | 127 | 45 | 41 | 506 | 115 | 46 |
| Binary | 10101010 | 10110 | 1101011 | 0 | 1010111 | 100101 | 100001 | 101000110 | 1001101 | 100110 |
Color Harmonies of #AA166B
Complementary color
Monochromatic Colors of #AA166B
Black with #AA166B
Text Example
Text Example
White with #AA166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA166B; }
p { color: rgb(170,22,107); }
H1.HeaderClassName
{
color: #AA166B;
}
.AnyTagClassName
{
color: #AA166B;
}
</style>
background-color css
<style>
a { background-color: #AA166B; }
a { background-color: rgb(170,22,107); }
div.DivClassName
{
background-color: #AA166B;
}
.BgClassName
{
background-color: #AA166B;
}
</style>
border-color css
<style>
span { border-color: #AA166B; }
span { border-color: rgb(170,22,107); }
td.TdClassName
{
border-color: #AA166B;
}
.TagClassName
{
border-color: #AA166B;
}
</style>