Shades of Jazzberry Jam #AA196D
Tints of Jazzberry Jam #AA196D
RGB
CMYK
RGB Variations
Color information
#AA196D (or 0xAA196D) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 6D. RGB value is (170,25,109). Sum of RGB (Red+Green+Blue) = 170+25+109=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196D is #55E692. Grayscale: #4D4D4D. Windows color (decimal): -5629587 or 7149994. OLE color: 7149994.
HSL color Cylindrical-coordinate representation of color #AA196D: hue angle of 325.24º 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 #AA196D is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 109 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.33 |
| HSL | 325.24º | 0.74% | 0.38% | - |
| HSV(B) | 325.24º | 0.85% | 0.67% | - |
| XYZ | 19.69 | 10.35 | 15.43 | - |
| YUV | 77.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 109 | 0 | 0.85 | 0.36 | 0.33 | 325.24 | 0.74 | 0.38 |
| Hex | AA | 19 | 6D | 0 | 55 | 24 | 21 | 145 | 4A | 26 |
| Octal | 252 | 31 | 155 | 0 | 125 | 44 | 41 | 505 | 112 | 46 |
| Binary | 10101010 | 11001 | 1101101 | 0 | 1010101 | 100100 | 100001 | 101000101 | 1001010 | 100110 |
Color Harmonies of #AA196D
Complementary color
Monochromatic Colors of #AA196D
Black with #AA196D
Text Example
Text Example
White with #AA196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA196D; }
p { color: rgb(170,25,109); }
H1.HeaderClassName
{
color: #AA196D;
}
.AnyTagClassName
{
color: #AA196D;
}
</style>
background-color css
<style>
a { background-color: #AA196D; }
a { background-color: rgb(170,25,109); }
div.DivClassName
{
background-color: #AA196D;
}
.BgClassName
{
background-color: #AA196D;
}
</style>
border-color css
<style>
span { border-color: #AA196D; }
span { border-color: rgb(170,25,109); }
td.TdClassName
{
border-color: #AA196D;
}
.TagClassName
{
border-color: #AA196D;
}
</style>