Shades of Jazzberry Jam #AA154D
Tints of Jazzberry Jam #AA154D
RGB
CMYK
RGB Variations
Color information
#AA154D (or 0xAA154D) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 4D. RGB value is (170,21,77). Sum of RGB (Red+Green+Blue) = 170+21+77=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA154D is #55EAB2. Grayscale: #474747. Windows color (decimal): -5630643 or 5051818. OLE color: 5051818.
HSL color Cylindrical-coordinate representation of color #AA154D: hue angle of 337.45º 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 #AA154D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 77 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.33 |
| HSL | 337.45º | 0.78% | 0.37% | - |
| HSV(B) | 337.45º | 0.88% | 0.67% | - |
| XYZ | 18.19 | 9.62 | 7.92 | - |
| YUV | 71.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 77 | 0 | 0.88 | 0.55 | 0.33 | 337.45 | 0.78 | 0.37 |
| Hex | AA | 15 | 4D | 0 | 58 | 37 | 21 | 151 | 4E | 25 |
| Octal | 252 | 25 | 115 | 0 | 130 | 67 | 41 | 521 | 116 | 45 |
| Binary | 10101010 | 10101 | 1001101 | 0 | 1011000 | 110111 | 100001 | 101010001 | 1001110 | 100101 |
Color Harmonies of #AA154D
Complementary color
Monochromatic Colors of #AA154D
Black with #AA154D
Text Example
Text Example
White with #AA154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA154D; }
p { color: rgb(170,21,77); }
H1.HeaderClassName
{
color: #AA154D;
}
.AnyTagClassName
{
color: #AA154D;
}
</style>
background-color css
<style>
a { background-color: #AA154D; }
a { background-color: rgb(170,21,77); }
div.DivClassName
{
background-color: #AA154D;
}
.BgClassName
{
background-color: #AA154D;
}
</style>
border-color css
<style>
span { border-color: #AA154D; }
span { border-color: rgb(170,21,77); }
td.TdClassName
{
border-color: #AA154D;
}
.TagClassName
{
border-color: #AA154D;
}
</style>