Shades of Jazzberry Jam #AA195A
Tints of Jazzberry Jam #AA195A
RGB
CMYK
RGB Variations
Color information
#AA195A (or 0xAA195A) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 5A. RGB value is (170,25,90). Sum of RGB (Red+Green+Blue) = 170+25+90=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA195A is #55E6A5. Grayscale: #4B4B4B. Windows color (decimal): -5629606 or 5904810. OLE color: 5904810.
HSL color Cylindrical-coordinate representation of color #AA195A: hue angle of 333.1º 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 #AA195A is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 90 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.33 |
| HSL | 333.1º | 0.74% | 0.38% | - |
| HSV(B) | 333.1º | 0.85% | 0.67% | - |
| XYZ | 18.77 | 9.98 | 10.61 | - |
| YUV | 75.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 90 | 0 | 0.85 | 0.47 | 0.33 | 333.1 | 0.74 | 0.38 |
| Hex | AA | 19 | 5A | 0 | 55 | 2F | 21 | 14D | 4A | 26 |
| Octal | 252 | 31 | 132 | 0 | 125 | 57 | 41 | 515 | 112 | 46 |
| Binary | 10101010 | 11001 | 1011010 | 0 | 1010101 | 101111 | 100001 | 101001101 | 1001010 | 100110 |
Color Harmonies of #AA195A
Complementary color
Monochromatic Colors of #AA195A
Black with #AA195A
Text Example
Text Example
White with #AA195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA195A; }
p { color: rgb(170,25,90); }
H1.HeaderClassName
{
color: #AA195A;
}
.AnyTagClassName
{
color: #AA195A;
}
</style>
background-color css
<style>
a { background-color: #AA195A; }
a { background-color: rgb(170,25,90); }
div.DivClassName
{
background-color: #AA195A;
}
.BgClassName
{
background-color: #AA195A;
}
</style>
border-color css
<style>
span { border-color: #AA195A; }
span { border-color: rgb(170,25,90); }
td.TdClassName
{
border-color: #AA195A;
}
.TagClassName
{
border-color: #AA195A;
}
</style>