Shades of Jazzberry Jam #AA194C
Tints of Jazzberry Jam #AA194C
RGB
CMYK
RGB Variations
Color information
#AA194C (or 0xAA194C) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 4C. RGB value is (170,25,76). Sum of RGB (Red+Green+Blue) = 170+25+76=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA194C is #55E6B3. Grayscale: #4A4A4A. Windows color (decimal): -5629620 or 4987306. OLE color: 4987306.
HSL color Cylindrical-coordinate representation of color #AA194C: hue angle of 338.9º 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 #AA194C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 76 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.33 |
| HSL | 338.9º | 0.74% | 0.38% | - |
| HSV(B) | 338.9º | 0.85% | 0.67% | - |
| XYZ | 18.23 | 9.76 | 7.76 | - |
| YUV | 74.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 76 | 0 | 0.85 | 0.55 | 0.33 | 338.9 | 0.74 | 0.38 |
| Hex | AA | 19 | 4C | 0 | 55 | 37 | 21 | 153 | 4A | 26 |
| Octal | 252 | 31 | 114 | 0 | 125 | 67 | 41 | 523 | 112 | 46 |
| Binary | 10101010 | 11001 | 1001100 | 0 | 1010101 | 110111 | 100001 | 101010011 | 1001010 | 100110 |
Color Harmonies of #AA194C
Complementary color
Monochromatic Colors of #AA194C
Black with #AA194C
Text Example
Text Example
White with #AA194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA194C; }
p { color: rgb(170,25,76); }
H1.HeaderClassName
{
color: #AA194C;
}
.AnyTagClassName
{
color: #AA194C;
}
</style>
background-color css
<style>
a { background-color: #AA194C; }
a { background-color: rgb(170,25,76); }
div.DivClassName
{
background-color: #AA194C;
}
.BgClassName
{
background-color: #AA194C;
}
</style>
border-color css
<style>
span { border-color: #AA194C; }
span { border-color: rgb(170,25,76); }
td.TdClassName
{
border-color: #AA194C;
}
.TagClassName
{
border-color: #AA194C;
}
</style>