Shades of Jazzberry Jam #AA196C
Tints of Jazzberry Jam #AA196C
RGB
CMYK
RGB Variations
Color information
#AA196C (or 0xAA196C) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 6C. RGB value is (170,25,108). Sum of RGB (Red+Green+Blue) = 170+25+108=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA196C is #55E693. Grayscale: #4D4D4D. Windows color (decimal): -5629588 or 7084458. OLE color: 7084458.
HSL color Cylindrical-coordinate representation of color #AA196C: hue angle of 325.66º 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 #AA196C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 108 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.33 |
| HSL | 325.66º | 0.74% | 0.38% | - |
| HSV(B) | 325.66º | 0.85% | 0.67% | - |
| XYZ | 19.63 | 10.32 | 15.15 | - |
| YUV | 77.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 108 | 0 | 0.85 | 0.36 | 0.33 | 325.66 | 0.74 | 0.38 |
| Hex | AA | 19 | 6C | 0 | 55 | 24 | 21 | 146 | 4A | 26 |
| Octal | 252 | 31 | 154 | 0 | 125 | 44 | 41 | 506 | 112 | 46 |
| Binary | 10101010 | 11001 | 1101100 | 0 | 1010101 | 100100 | 100001 | 101000110 | 1001010 | 100110 |
Color Harmonies of #AA196C
Complementary color
Monochromatic Colors of #AA196C
Black with #AA196C
Text Example
Text Example
White with #AA196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA196C; }
p { color: rgb(170,25,108); }
H1.HeaderClassName
{
color: #AA196C;
}
.AnyTagClassName
{
color: #AA196C;
}
</style>
background-color css
<style>
a { background-color: #AA196C; }
a { background-color: rgb(170,25,108); }
div.DivClassName
{
background-color: #AA196C;
}
.BgClassName
{
background-color: #AA196C;
}
</style>
border-color css
<style>
span { border-color: #AA196C; }
span { border-color: rgb(170,25,108); }
td.TdClassName
{
border-color: #AA196C;
}
.TagClassName
{
border-color: #AA196C;
}
</style>