Shades of Jazzberry Jam #AA155D
Tints of Jazzberry Jam #AA155D
RGB
CMYK
RGB Variations
Color information
#AA155D (or 0xAA155D) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 5D. RGB value is (170,21,93). Sum of RGB (Red+Green+Blue) = 170+21+93=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA155D is #55EAA2. Grayscale: #494949. Windows color (decimal): -5630627 or 6100394. OLE color: 6100394.
HSL color Cylindrical-coordinate representation of color #AA155D: hue angle of 331.01º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA155D is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 93 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.33 |
| HSL | 331.01º | 0.78% | 0.37% | - |
| HSV(B) | 331.01º | 0.88% | 0.67% | - |
| XYZ | 18.82 | 9.87 | 11.27 | - |
| YUV | 73.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 93 | 0 | 0.88 | 0.45 | 0.33 | 331.01 | 0.78 | 0.37 |
| Hex | AA | 15 | 5D | 0 | 58 | 2D | 21 | 14B | 4E | 25 |
| Octal | 252 | 25 | 135 | 0 | 130 | 55 | 41 | 513 | 116 | 45 |
| Binary | 10101010 | 10101 | 1011101 | 0 | 1011000 | 101101 | 100001 | 101001011 | 1001110 | 100101 |
Color Harmonies of #AA155D
Complementary color
Monochromatic Colors of #AA155D
Black with #AA155D
Text Example
Text Example
White with #AA155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA155D; }
p { color: rgb(170,21,93); }
H1.HeaderClassName
{
color: #AA155D;
}
.AnyTagClassName
{
color: #AA155D;
}
</style>
background-color css
<style>
a { background-color: #AA155D; }
a { background-color: rgb(170,21,93); }
div.DivClassName
{
background-color: #AA155D;
}
.BgClassName
{
background-color: #AA155D;
}
</style>
border-color css
<style>
span { border-color: #AA155D; }
span { border-color: rgb(170,21,93); }
td.TdClassName
{
border-color: #AA155D;
}
.TagClassName
{
border-color: #AA155D;
}
</style>