Shades of Jazzberry Jam #AA175E
Tints of Jazzberry Jam #AA175E
RGB
CMYK
RGB Variations
Color information
#AA175E (or 0xAA175E) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5E. RGB value is (170,23,94). Sum of RGB (Red+Green+Blue) = 170+23+94=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175E is #55E8A1. Grayscale: #4A4A4A. Windows color (decimal): -5630114 or 6166442. OLE color: 6166442.
HSL color Cylindrical-coordinate representation of color #AA175E: hue angle of 331.02º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA175E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 94 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.33 |
| HSL | 331.02º | 0.76% | 0.38% | - |
| HSV(B) | 331.02º | 0.86% | 0.67% | - |
| XYZ | 18.9 | 9.97 | 11.52 | - |
| YUV | 75.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 94 | 0 | 0.86 | 0.45 | 0.33 | 331.02 | 0.76 | 0.38 |
| Hex | AA | 17 | 5E | 0 | 56 | 2D | 21 | 14B | 4C | 26 |
| Octal | 252 | 27 | 136 | 0 | 126 | 55 | 41 | 513 | 114 | 46 |
| Binary | 10101010 | 10111 | 1011110 | 0 | 1010110 | 101101 | 100001 | 101001011 | 1001100 | 100110 |
Color Harmonies of #AA175E
Complementary color
Monochromatic Colors of #AA175E
Black with #AA175E
Text Example
Text Example
White with #AA175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA175E; }
p { color: rgb(170,23,94); }
H1.HeaderClassName
{
color: #AA175E;
}
.AnyTagClassName
{
color: #AA175E;
}
</style>
background-color css
<style>
a { background-color: #AA175E; }
a { background-color: rgb(170,23,94); }
div.DivClassName
{
background-color: #AA175E;
}
.BgClassName
{
background-color: #AA175E;
}
</style>
border-color css
<style>
span { border-color: #AA175E; }
span { border-color: rgb(170,23,94); }
td.TdClassName
{
border-color: #AA175E;
}
.TagClassName
{
border-color: #AA175E;
}
</style>