Shades of Jazzberry Jam #AA155A
Tints of Jazzberry Jam #AA155A
RGB
CMYK
RGB Variations
Color information
#AA155A (or 0xAA155A) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 5A. RGB value is (170,21,90). Sum of RGB (Red+Green+Blue) = 170+21+90=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA155A is #55EAA5. Grayscale: #494949. Windows color (decimal): -5630630 or 5903786. OLE color: 5903786.
HSL color Cylindrical-coordinate representation of color #AA155A: hue angle of 332.21º 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 #AA155A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 90 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.33 |
| HSL | 332.21º | 0.78% | 0.37% | - |
| HSV(B) | 332.21º | 0.88% | 0.67% | - |
| XYZ | 18.69 | 9.82 | 10.58 | - |
| YUV | 73.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 90 | 0 | 0.88 | 0.47 | 0.33 | 332.21 | 0.78 | 0.37 |
| Hex | AA | 15 | 5A | 0 | 58 | 2F | 21 | 14C | 4E | 25 |
| Octal | 252 | 25 | 132 | 0 | 130 | 57 | 41 | 514 | 116 | 45 |
| Binary | 10101010 | 10101 | 1011010 | 0 | 1011000 | 101111 | 100001 | 101001100 | 1001110 | 100101 |
Color Harmonies of #AA155A
Complementary color
Monochromatic Colors of #AA155A
Black with #AA155A
Text Example
Text Example
White with #AA155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA155A; }
p { color: rgb(170,21,90); }
H1.HeaderClassName
{
color: #AA155A;
}
.AnyTagClassName
{
color: #AA155A;
}
</style>
background-color css
<style>
a { background-color: #AA155A; }
a { background-color: rgb(170,21,90); }
div.DivClassName
{
background-color: #AA155A;
}
.BgClassName
{
background-color: #AA155A;
}
</style>
border-color css
<style>
span { border-color: #AA155A; }
span { border-color: rgb(170,21,90); }
td.TdClassName
{
border-color: #AA155A;
}
.TagClassName
{
border-color: #AA155A;
}
</style>