Shades of Jazzberry Jam #AA175C
Tints of Jazzberry Jam #AA175C
RGB
CMYK
RGB Variations
Color information
#AA175C (or 0xAA175C) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5C. RGB value is (170,23,92). Sum of RGB (Red+Green+Blue) = 170+23+92=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175C is #55E8A3. Grayscale: #4A4A4A. Windows color (decimal): -5630116 or 6035370. OLE color: 6035370.
HSL color Cylindrical-coordinate representation of color #AA175C: hue angle of 331.84º 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 #AA175C is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 92 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.33 |
| HSL | 331.84º | 0.76% | 0.38% | - |
| HSV(B) | 331.84º | 0.86% | 0.67% | - |
| XYZ | 18.82 | 9.93 | 11.05 | - |
| YUV | 74.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 92 | 0 | 0.86 | 0.46 | 0.33 | 331.84 | 0.76 | 0.38 |
| Hex | AA | 17 | 5C | 0 | 56 | 2E | 21 | 14C | 4C | 26 |
| Octal | 252 | 27 | 134 | 0 | 126 | 56 | 41 | 514 | 114 | 46 |
| Binary | 10101010 | 10111 | 1011100 | 0 | 1010110 | 101110 | 100001 | 101001100 | 1001100 | 100110 |
Color Harmonies of #AA175C
Complementary color
Monochromatic Colors of #AA175C
Black with #AA175C
Text Example
Text Example
White with #AA175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA175C; }
p { color: rgb(170,23,92); }
H1.HeaderClassName
{
color: #AA175C;
}
.AnyTagClassName
{
color: #AA175C;
}
</style>
background-color css
<style>
a { background-color: #AA175C; }
a { background-color: rgb(170,23,92); }
div.DivClassName
{
background-color: #AA175C;
}
.BgClassName
{
background-color: #AA175C;
}
</style>
border-color css
<style>
span { border-color: #AA175C; }
span { border-color: rgb(170,23,92); }
td.TdClassName
{
border-color: #AA175C;
}
.TagClassName
{
border-color: #AA175C;
}
</style>