Shades of Jazzberry Jam #AA175A
Tints of Jazzberry Jam #AA175A
RGB
CMYK
RGB Variations
Color information
#AA175A (or 0xAA175A) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 5A. RGB value is (170,23,90). Sum of RGB (Red+Green+Blue) = 170+23+90=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA175A is #55E8A5. Grayscale: #4A4A4A. Windows color (decimal): -5630118 or 5904298. OLE color: 5904298.
HSL color Cylindrical-coordinate representation of color #AA175A: hue angle of 332.65º 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 #AA175A is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 90 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.33 |
| HSL | 332.65º | 0.76% | 0.38% | - |
| HSV(B) | 332.65º | 0.86% | 0.67% | - |
| XYZ | 18.73 | 9.9 | 10.6 | - |
| YUV | 74.59 | 136.7 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 90 | 0 | 0.86 | 0.47 | 0.33 | 332.65 | 0.76 | 0.38 |
| Hex | AA | 17 | 5A | 0 | 56 | 2F | 21 | 14D | 4C | 26 |
| Octal | 252 | 27 | 132 | 0 | 126 | 57 | 41 | 515 | 114 | 46 |
| Binary | 10101010 | 10111 | 1011010 | 0 | 1010110 | 101111 | 100001 | 101001101 | 1001100 | 100110 |
Color Harmonies of #AA175A
Complementary color
Monochromatic Colors of #AA175A
Black with #AA175A
Text Example
Text Example
White with #AA175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA175A; }
p { color: rgb(170,23,90); }
H1.HeaderClassName
{
color: #AA175A;
}
.AnyTagClassName
{
color: #AA175A;
}
</style>
background-color css
<style>
a { background-color: #AA175A; }
a { background-color: rgb(170,23,90); }
div.DivClassName
{
background-color: #AA175A;
}
.BgClassName
{
background-color: #AA175A;
}
</style>
border-color css
<style>
span { border-color: #AA175A; }
span { border-color: rgb(170,23,90); }
td.TdClassName
{
border-color: #AA175A;
}
.TagClassName
{
border-color: #AA175A;
}
</style>