Shades of Jazzberry Jam #AA195C
Tints of Jazzberry Jam #AA195C
RGB
CMYK
RGB Variations
Color information
#AA195C (or 0xAA195C) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 5C. RGB value is (170,25,92). Sum of RGB (Red+Green+Blue) = 170+25+92=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195C is #55E6A3. Grayscale: #4B4B4B. Windows color (decimal): -5629604 or 6035882. OLE color: 6035882.
HSL color Cylindrical-coordinate representation of color #AA195C: hue angle of 332.28º 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 #AA195C is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 92 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.33 |
| HSL | 332.28º | 0.74% | 0.38% | - |
| HSV(B) | 332.28º | 0.85% | 0.67% | - |
| XYZ | 18.86 | 10.01 | 11.06 | - |
| YUV | 75.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 92 | 0 | 0.85 | 0.46 | 0.33 | 332.28 | 0.74 | 0.38 |
| Hex | AA | 19 | 5C | 0 | 55 | 2E | 21 | 14C | 4A | 26 |
| Octal | 252 | 31 | 134 | 0 | 125 | 56 | 41 | 514 | 112 | 46 |
| Binary | 10101010 | 11001 | 1011100 | 0 | 1010101 | 101110 | 100001 | 101001100 | 1001010 | 100110 |
Color Harmonies of #AA195C
Complementary color
Monochromatic Colors of #AA195C
Black with #AA195C
Text Example
Text Example
White with #AA195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA195C; }
p { color: rgb(170,25,92); }
H1.HeaderClassName
{
color: #AA195C;
}
.AnyTagClassName
{
color: #AA195C;
}
</style>
background-color css
<style>
a { background-color: #AA195C; }
a { background-color: rgb(170,25,92); }
div.DivClassName
{
background-color: #AA195C;
}
.BgClassName
{
background-color: #AA195C;
}
</style>
border-color css
<style>
span { border-color: #AA195C; }
span { border-color: rgb(170,25,92); }
td.TdClassName
{
border-color: #AA195C;
}
.TagClassName
{
border-color: #AA195C;
}
</style>