Shades of Jazzberry Jam #AA174A
Tints of Jazzberry Jam #AA174A
RGB
CMYK
RGB Variations
Color information
#AA174A (or 0xAA174A) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 4A. RGB value is (170,23,74). Sum of RGB (Red+Green+Blue) = 170+23+74=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA174A is #55E8B5. Grayscale: #484848. Windows color (decimal): -5630134 or 4855722. OLE color: 4855722.
HSL color Cylindrical-coordinate representation of color #AA174A: hue angle of 339.18º 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 #AA174A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 74 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.33 |
| HSL | 339.18º | 0.76% | 0.38% | - |
| HSV(B) | 339.18º | 0.86% | 0.67% | - |
| XYZ | 18.12 | 9.65 | 7.39 | - |
| YUV | 72.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 74 | 0 | 0.86 | 0.56 | 0.33 | 339.18 | 0.76 | 0.38 |
| Hex | AA | 17 | 4A | 0 | 56 | 38 | 21 | 153 | 4C | 26 |
| Octal | 252 | 27 | 112 | 0 | 126 | 70 | 41 | 523 | 114 | 46 |
| Binary | 10101010 | 10111 | 1001010 | 0 | 1010110 | 111000 | 100001 | 101010011 | 1001100 | 100110 |
Color Harmonies of #AA174A
Complementary color
Monochromatic Colors of #AA174A
Black with #AA174A
Text Example
Text Example
White with #AA174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA174A; }
p { color: rgb(170,23,74); }
H1.HeaderClassName
{
color: #AA174A;
}
.AnyTagClassName
{
color: #AA174A;
}
</style>
background-color css
<style>
a { background-color: #AA174A; }
a { background-color: rgb(170,23,74); }
div.DivClassName
{
background-color: #AA174A;
}
.BgClassName
{
background-color: #AA174A;
}
</style>
border-color css
<style>
span { border-color: #AA174A; }
span { border-color: rgb(170,23,74); }
td.TdClassName
{
border-color: #AA174A;
}
.TagClassName
{
border-color: #AA174A;
}
</style>