Shades of Jazzberry Jam #AA174E
Tints of Jazzberry Jam #AA174E
RGB
CMYK
RGB Variations
Color information
#AA174E (or 0xAA174E) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 4E. RGB value is (170,23,78). Sum of RGB (Red+Green+Blue) = 170+23+78=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA174E is #55E8B1. Grayscale: #494949. Windows color (decimal): -5630130 or 5117866. OLE color: 5117866.
HSL color Cylindrical-coordinate representation of color #AA174E: hue angle of 337.55º 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 #AA174E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 78 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.33 |
| HSL | 337.55º | 0.76% | 0.38% | - |
| HSV(B) | 337.55º | 0.86% | 0.67% | - |
| XYZ | 18.26 | 9.71 | 8.12 | - |
| YUV | 73.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 78 | 0 | 0.86 | 0.54 | 0.33 | 337.55 | 0.76 | 0.38 |
| Hex | AA | 17 | 4E | 0 | 56 | 36 | 21 | 152 | 4C | 26 |
| Octal | 252 | 27 | 116 | 0 | 126 | 66 | 41 | 522 | 114 | 46 |
| Binary | 10101010 | 10111 | 1001110 | 0 | 1010110 | 110110 | 100001 | 101010010 | 1001100 | 100110 |
Color Harmonies of #AA174E
Complementary color
Monochromatic Colors of #AA174E
Black with #AA174E
Text Example
Text Example
White with #AA174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA174E; }
p { color: rgb(170,23,78); }
H1.HeaderClassName
{
color: #AA174E;
}
.AnyTagClassName
{
color: #AA174E;
}
</style>
background-color css
<style>
a { background-color: #AA174E; }
a { background-color: rgb(170,23,78); }
div.DivClassName
{
background-color: #AA174E;
}
.BgClassName
{
background-color: #AA174E;
}
</style>
border-color css
<style>
span { border-color: #AA174E; }
span { border-color: rgb(170,23,78); }
td.TdClassName
{
border-color: #AA174E;
}
.TagClassName
{
border-color: #AA174E;
}
</style>