Shades of Jazzberry Jam #AA196A
Tints of Jazzberry Jam #AA196A
RGB
CMYK
RGB Variations
Color information
#AA196A (or 0xAA196A) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 6A. RGB value is (170,25,106). Sum of RGB (Red+Green+Blue) = 170+25+106=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196A is #55E695. Grayscale: #4D4D4D. Windows color (decimal): -5629590 or 6953386. OLE color: 6953386.
HSL color Cylindrical-coordinate representation of color #AA196A: hue angle of 326.48º 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 #AA196A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 106 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.33 |
| HSL | 326.48º | 0.74% | 0.38% | - |
| HSV(B) | 326.48º | 0.85% | 0.67% | - |
| XYZ | 19.53 | 10.28 | 14.59 | - |
| YUV | 77.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 106 | 0 | 0.85 | 0.38 | 0.33 | 326.48 | 0.74 | 0.38 |
| Hex | AA | 19 | 6A | 0 | 55 | 26 | 21 | 146 | 4A | 26 |
| Octal | 252 | 31 | 152 | 0 | 125 | 46 | 41 | 506 | 112 | 46 |
| Binary | 10101010 | 11001 | 1101010 | 0 | 1010101 | 100110 | 100001 | 101000110 | 1001010 | 100110 |
Color Harmonies of #AA196A
Complementary color
Monochromatic Colors of #AA196A
Black with #AA196A
Text Example
Text Example
White with #AA196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA196A; }
p { color: rgb(170,25,106); }
H1.HeaderClassName
{
color: #AA196A;
}
.AnyTagClassName
{
color: #AA196A;
}
</style>
background-color css
<style>
a { background-color: #AA196A; }
a { background-color: rgb(170,25,106); }
div.DivClassName
{
background-color: #AA196A;
}
.BgClassName
{
background-color: #AA196A;
}
</style>
border-color css
<style>
span { border-color: #AA196A; }
span { border-color: rgb(170,25,106); }
td.TdClassName
{
border-color: #AA196A;
}
.TagClassName
{
border-color: #AA196A;
}
</style>