Shades of Jazzberry Jam #AA136B
Tints of Jazzberry Jam #AA136B
RGB
CMYK
RGB Variations
Color information
#AA136B (or 0xAA136B) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 6B. RGB value is (170,19,107). Sum of RGB (Red+Green+Blue) = 170+19+107=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA136B is #55EC94. Grayscale: #494949. Windows color (decimal): -5631125 or 7017386. OLE color: 7017386.
HSL color Cylindrical-coordinate representation of color #AA136B: hue angle of 325.03º 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 #AA136B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.33 |
| HSL | 325.03º | 0.8% | 0.37% | - |
| HSV(B) | 325.03º | 0.89% | 0.67% | - |
| XYZ | 19.46 | 10.07 | 14.83 | - |
| YUV | 74.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 107 | 0 | 0.89 | 0.37 | 0.33 | 325.03 | 0.8 | 0.37 |
| Hex | AA | 13 | 6B | 0 | 59 | 25 | 21 | 145 | 50 | 25 |
| Octal | 252 | 23 | 153 | 0 | 131 | 45 | 41 | 505 | 120 | 45 |
| Binary | 10101010 | 10011 | 1101011 | 0 | 1011001 | 100101 | 100001 | 101000101 | 1010000 | 100101 |
Color Harmonies of #AA136B
Complementary color
Monochromatic Colors of #AA136B
Black with #AA136B
Text Example
Text Example
White with #AA136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA136B; }
p { color: rgb(170,19,107); }
H1.HeaderClassName
{
color: #AA136B;
}
.AnyTagClassName
{
color: #AA136B;
}
</style>
background-color css
<style>
a { background-color: #AA136B; }
a { background-color: rgb(170,19,107); }
div.DivClassName
{
background-color: #AA136B;
}
.BgClassName
{
background-color: #AA136B;
}
</style>
border-color css
<style>
span { border-color: #AA136B; }
span { border-color: rgb(170,19,107); }
td.TdClassName
{
border-color: #AA136B;
}
.TagClassName
{
border-color: #AA136B;
}
</style>