Shades of Jazzberry Jam #AA196F
Tints of Jazzberry Jam #AA196F
RGB
CMYK
RGB Variations
Color information
#AA196F (or 0xAA196F) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 6F. RGB value is (170,25,111). Sum of RGB (Red+Green+Blue) = 170+25+111=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196F is #55E690. Grayscale: #4D4D4D. Windows color (decimal): -5629585 or 7281066. OLE color: 7281066.
HSL color Cylindrical-coordinate representation of color #AA196F: hue angle of 324.41º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA196F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 111 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.33 |
| HSL | 324.41º | 0.74% | 0.38% | - |
| HSV(B) | 324.41º | 0.85% | 0.67% | - |
| XYZ | 19.79 | 10.39 | 16 | - |
| YUV | 78.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 111 | 0 | 0.85 | 0.35 | 0.33 | 324.41 | 0.74 | 0.38 |
| Hex | AA | 19 | 6F | 0 | 55 | 23 | 21 | 144 | 4A | 26 |
| Octal | 252 | 31 | 157 | 0 | 125 | 43 | 41 | 504 | 112 | 46 |
| Binary | 10101010 | 11001 | 1101111 | 0 | 1010101 | 100011 | 100001 | 101000100 | 1001010 | 100110 |
Color Harmonies of #AA196F
Complementary color
Monochromatic Colors of #AA196F
Black with #AA196F
Text Example
Text Example
White with #AA196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA196F; }
p { color: rgb(170,25,111); }
H1.HeaderClassName
{
color: #AA196F;
}
.AnyTagClassName
{
color: #AA196F;
}
</style>
background-color css
<style>
a { background-color: #AA196F; }
a { background-color: rgb(170,25,111); }
div.DivClassName
{
background-color: #AA196F;
}
.BgClassName
{
background-color: #AA196F;
}
</style>
border-color css
<style>
span { border-color: #AA196F; }
span { border-color: rgb(170,25,111); }
td.TdClassName
{
border-color: #AA196F;
}
.TagClassName
{
border-color: #AA196F;
}
</style>