Shades of Jazzberry Jam #AA136E
Tints of Jazzberry Jam #AA136E
RGB
CMYK
RGB Variations
Color information
#AA136E (or 0xAA136E) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 6E. RGB value is (170,19,110). Sum of RGB (Red+Green+Blue) = 170+19+110=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA136E is #55EC91. Grayscale: #4A4A4A. Windows color (decimal): -5631122 or 7213994. OLE color: 7213994.
HSL color Cylindrical-coordinate representation of color #AA136E: hue angle of 323.84º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA136E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 110 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.33 |
| HSL | 323.84º | 0.8% | 0.37% | - |
| HSV(B) | 323.84º | 0.89% | 0.67% | - |
| XYZ | 19.62 | 10.14 | 15.67 | - |
| YUV | 74.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 110 | 0 | 0.89 | 0.35 | 0.33 | 323.84 | 0.8 | 0.37 |
| Hex | AA | 13 | 6E | 0 | 59 | 23 | 21 | 144 | 50 | 25 |
| Octal | 252 | 23 | 156 | 0 | 131 | 43 | 41 | 504 | 120 | 45 |
| Binary | 10101010 | 10011 | 1101110 | 0 | 1011001 | 100011 | 100001 | 101000100 | 1010000 | 100101 |
Color Harmonies of #AA136E
Complementary color
Monochromatic Colors of #AA136E
Black with #AA136E
Text Example
Text Example
White with #AA136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA136E; }
p { color: rgb(170,19,110); }
H1.HeaderClassName
{
color: #AA136E;
}
.AnyTagClassName
{
color: #AA136E;
}
</style>
background-color css
<style>
a { background-color: #AA136E; }
a { background-color: rgb(170,19,110); }
div.DivClassName
{
background-color: #AA136E;
}
.BgClassName
{
background-color: #AA136E;
}
</style>
border-color css
<style>
span { border-color: #AA136E; }
span { border-color: rgb(170,19,110); }
td.TdClassName
{
border-color: #AA136E;
}
.TagClassName
{
border-color: #AA136E;
}
</style>