Shades of Jazzberry Jam #AA195D
Tints of Jazzberry Jam #AA195D
RGB
CMYK
RGB Variations
Color information
#AA195D (or 0xAA195D) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 5D. RGB value is (170,25,93). Sum of RGB (Red+Green+Blue) = 170+25+93=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195D is #55E6A2. Grayscale: #4B4B4B. Windows color (decimal): -5629603 or 6101418. OLE color: 6101418.
HSL color Cylindrical-coordinate representation of color #AA195D: hue angle of 331.86º 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 #AA195D is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.33 |
| HSL | 331.86º | 0.74% | 0.38% | - |
| HSV(B) | 331.86º | 0.85% | 0.67% | - |
| XYZ | 18.9 | 10.03 | 11.3 | - |
| YUV | 76.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 93 | 0 | 0.85 | 0.45 | 0.33 | 331.86 | 0.74 | 0.38 |
| Hex | AA | 19 | 5D | 0 | 55 | 2D | 21 | 14C | 4A | 26 |
| Octal | 252 | 31 | 135 | 0 | 125 | 55 | 41 | 514 | 112 | 46 |
| Binary | 10101010 | 11001 | 1011101 | 0 | 1010101 | 101101 | 100001 | 101001100 | 1001010 | 100110 |
Color Harmonies of #AA195D
Complementary color
Monochromatic Colors of #AA195D
Black with #AA195D
Text Example
Text Example
White with #AA195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA195D; }
p { color: rgb(170,25,93); }
H1.HeaderClassName
{
color: #AA195D;
}
.AnyTagClassName
{
color: #AA195D;
}
</style>
background-color css
<style>
a { background-color: #AA195D; }
a { background-color: rgb(170,25,93); }
div.DivClassName
{
background-color: #AA195D;
}
.BgClassName
{
background-color: #AA195D;
}
</style>
border-color css
<style>
span { border-color: #AA195D; }
span { border-color: rgb(170,25,93); }
td.TdClassName
{
border-color: #AA195D;
}
.TagClassName
{
border-color: #AA195D;
}
</style>