Shades of Jazzberry Jam #AA194E
Tints of Jazzberry Jam #AA194E
RGB
CMYK
RGB Variations
Color information
#AA194E (or 0xAA194E) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 4E. RGB value is (170,25,78). Sum of RGB (Red+Green+Blue) = 170+25+78=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA194E is #55E6B1. Grayscale: #4A4A4A. Windows color (decimal): -5629618 or 5118378. OLE color: 5118378.
HSL color Cylindrical-coordinate representation of color #AA194E: hue angle of 338.07º 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 #AA194E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 78 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.33 |
| HSL | 338.07º | 0.74% | 0.38% | - |
| HSV(B) | 338.07º | 0.85% | 0.67% | - |
| XYZ | 18.3 | 9.79 | 8.13 | - |
| YUV | 74.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 78 | 0 | 0.85 | 0.54 | 0.33 | 338.07 | 0.74 | 0.38 |
| Hex | AA | 19 | 4E | 0 | 55 | 36 | 21 | 152 | 4A | 26 |
| Octal | 252 | 31 | 116 | 0 | 125 | 66 | 41 | 522 | 112 | 46 |
| Binary | 10101010 | 11001 | 1001110 | 0 | 1010101 | 110110 | 100001 | 101010010 | 1001010 | 100110 |
Color Harmonies of #AA194E
Complementary color
Monochromatic Colors of #AA194E
Black with #AA194E
Text Example
Text Example
White with #AA194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA194E; }
p { color: rgb(170,25,78); }
H1.HeaderClassName
{
color: #AA194E;
}
.AnyTagClassName
{
color: #AA194E;
}
</style>
background-color css
<style>
a { background-color: #AA194E; }
a { background-color: rgb(170,25,78); }
div.DivClassName
{
background-color: #AA194E;
}
.BgClassName
{
background-color: #AA194E;
}
</style>
border-color css
<style>
span { border-color: #AA194E; }
span { border-color: rgb(170,25,78); }
td.TdClassName
{
border-color: #AA194E;
}
.TagClassName
{
border-color: #AA194E;
}
</style>