Shades of Jazzberry Jam #AA165A
Tints of Jazzberry Jam #AA165A
RGB
CMYK
RGB Variations
Color information
#AA165A (or 0xAA165A) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 5A. RGB value is (170,22,90). Sum of RGB (Red+Green+Blue) = 170+22+90=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA165A is #55E9A5. Grayscale: #494949. Windows color (decimal): -5630374 or 5904042. OLE color: 5904042.
HSL color Cylindrical-coordinate representation of color #AA165A: hue angle of 332.43º 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 #AA165A is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 90 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.33 |
| HSL | 332.43º | 0.77% | 0.38% | - |
| HSV(B) | 332.43º | 0.87% | 0.67% | - |
| XYZ | 18.71 | 9.86 | 10.59 | - |
| YUV | 74 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 90 | 0 | 0.87 | 0.47 | 0.33 | 332.43 | 0.77 | 0.38 |
| Hex | AA | 16 | 5A | 0 | 57 | 2F | 21 | 14C | 4D | 26 |
| Octal | 252 | 26 | 132 | 0 | 127 | 57 | 41 | 514 | 115 | 46 |
| Binary | 10101010 | 10110 | 1011010 | 0 | 1010111 | 101111 | 100001 | 101001100 | 1001101 | 100110 |
Color Harmonies of #AA165A
Complementary color
Monochromatic Colors of #AA165A
Black with #AA165A
Text Example
Text Example
White with #AA165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA165A; }
p { color: rgb(170,22,90); }
H1.HeaderClassName
{
color: #AA165A;
}
.AnyTagClassName
{
color: #AA165A;
}
</style>
background-color css
<style>
a { background-color: #AA165A; }
a { background-color: rgb(170,22,90); }
div.DivClassName
{
background-color: #AA165A;
}
.BgClassName
{
background-color: #AA165A;
}
</style>
border-color css
<style>
span { border-color: #AA165A; }
span { border-color: rgb(170,22,90); }
td.TdClassName
{
border-color: #AA165A;
}
.TagClassName
{
border-color: #AA165A;
}
</style>