Shades of Jazzberry Jam #AA0166
Tints of Jazzberry Jam #AA0166
RGB
CMYK
RGB Variations
Color information
#AA0166 (or 0xAA0166) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 66. RGB value is (170,1,102). Sum of RGB (Red+Green+Blue) = 170+1+102=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0166 is #55FE99. Grayscale: #3E3E3E. Windows color (decimal): -5635738 or 6685098. OLE color: 6685098.
HSL color Cylindrical-coordinate representation of color #AA0166: hue angle of 324.14º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0166 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.33 |
| HSL | 324.14º | 0.99% | 0.34% | - |
| HSV(B) | 324.14º | 0.99% | 0.67% | - |
| XYZ | 18.99 | 9.53 | 13.41 | - |
| YUV | 63.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 102 | 0 | 0.99 | 0.4 | 0.33 | 324.14 | 0.99 | 0.34 |
| Hex | AA | 1 | 66 | 0 | 63 | 28 | 21 | 144 | 63 | 22 |
| Octal | 252 | 1 | 146 | 0 | 143 | 50 | 41 | 504 | 143 | 42 |
| Binary | 10101010 | 1 | 1100110 | 0 | 1100011 | 101000 | 100001 | 101000100 | 1100011 | 100010 |
Color Harmonies of #AA0166
Complementary color
Monochromatic Colors of #AA0166
Black with #AA0166
Text Example
Text Example
White with #AA0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0166; }
p { color: rgb(170,1,102); }
H1.HeaderClassName
{
color: #AA0166;
}
.AnyTagClassName
{
color: #AA0166;
}
</style>
background-color css
<style>
a { background-color: #AA0166; }
a { background-color: rgb(170,1,102); }
div.DivClassName
{
background-color: #AA0166;
}
.BgClassName
{
background-color: #AA0166;
}
</style>
border-color css
<style>
span { border-color: #AA0166; }
span { border-color: rgb(170,1,102); }
td.TdClassName
{
border-color: #AA0166;
}
.TagClassName
{
border-color: #AA0166;
}
</style>