Shades of Jazzberry Jam #AA164A
Tints of Jazzberry Jam #AA164A
RGB
CMYK
RGB Variations
Color information
#AA164A (or 0xAA164A) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 4A. RGB value is (170,22,74). Sum of RGB (Red+Green+Blue) = 170+22+74=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA164A is #55E9B5. Grayscale: #484848. Windows color (decimal): -5630390 or 4855466. OLE color: 4855466.
HSL color Cylindrical-coordinate representation of color #AA164A: hue angle of 338.92º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA164A is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 74 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.33 |
| HSL | 338.92º | 0.77% | 0.38% | - |
| HSV(B) | 338.92º | 0.87% | 0.67% | - |
| XYZ | 18.1 | 9.61 | 7.38 | - |
| YUV | 72.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 74 | 0 | 0.87 | 0.56 | 0.33 | 338.92 | 0.77 | 0.38 |
| Hex | AA | 16 | 4A | 0 | 57 | 38 | 21 | 153 | 4D | 26 |
| Octal | 252 | 26 | 112 | 0 | 127 | 70 | 41 | 523 | 115 | 46 |
| Binary | 10101010 | 10110 | 1001010 | 0 | 1010111 | 111000 | 100001 | 101010011 | 1001101 | 100110 |
Color Harmonies of #AA164A
Complementary color
Monochromatic Colors of #AA164A
Black with #AA164A
Text Example
Text Example
White with #AA164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA164A; }
p { color: rgb(170,22,74); }
H1.HeaderClassName
{
color: #AA164A;
}
.AnyTagClassName
{
color: #AA164A;
}
</style>
background-color css
<style>
a { background-color: #AA164A; }
a { background-color: rgb(170,22,74); }
div.DivClassName
{
background-color: #AA164A;
}
.BgClassName
{
background-color: #AA164A;
}
</style>
border-color css
<style>
span { border-color: #AA164A; }
span { border-color: rgb(170,22,74); }
td.TdClassName
{
border-color: #AA164A;
}
.TagClassName
{
border-color: #AA164A;
}
</style>