Shades of Jazzberry Jam #AA154A
Tints of Jazzberry Jam #AA154A
RGB
CMYK
RGB Variations
Color information
#AA154A (or 0xAA154A) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 4A. RGB value is (170,21,74). Sum of RGB (Red+Green+Blue) = 170+21+74=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA154A is #55EAB5. Grayscale: #474747. Windows color (decimal): -5630646 or 4855210. OLE color: 4855210.
HSL color Cylindrical-coordinate representation of color #AA154A: hue angle of 338.66º 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 #AA154A is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 74 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.33 |
| HSL | 338.66º | 0.78% | 0.37% | - |
| HSV(B) | 338.66º | 0.88% | 0.67% | - |
| XYZ | 18.08 | 9.58 | 7.37 | - |
| YUV | 71.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 74 | 0 | 0.88 | 0.56 | 0.33 | 338.66 | 0.78 | 0.37 |
| Hex | AA | 15 | 4A | 0 | 58 | 38 | 21 | 153 | 4E | 25 |
| Octal | 252 | 25 | 112 | 0 | 130 | 70 | 41 | 523 | 116 | 45 |
| Binary | 10101010 | 10101 | 1001010 | 0 | 1011000 | 111000 | 100001 | 101010011 | 1001110 | 100101 |
Color Harmonies of #AA154A
Complementary color
Monochromatic Colors of #AA154A
Black with #AA154A
Text Example
Text Example
White with #AA154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA154A; }
p { color: rgb(170,21,74); }
H1.HeaderClassName
{
color: #AA154A;
}
.AnyTagClassName
{
color: #AA154A;
}
</style>
background-color css
<style>
a { background-color: #AA154A; }
a { background-color: rgb(170,21,74); }
div.DivClassName
{
background-color: #AA154A;
}
.BgClassName
{
background-color: #AA154A;
}
</style>
border-color css
<style>
span { border-color: #AA154A; }
span { border-color: rgb(170,21,74); }
td.TdClassName
{
border-color: #AA154A;
}
.TagClassName
{
border-color: #AA154A;
}
</style>