Shades of Jazzberry Jam #AA144C
Tints of Jazzberry Jam #AA144C
RGB
CMYK
RGB Variations
Color information
#AA144C (or 0xAA144C) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 4C. RGB value is (170,20,76). Sum of RGB (Red+Green+Blue) = 170+20+76=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA144C is #55EBB3. Grayscale: #474747. Windows color (decimal): -5630900 or 4986026. OLE color: 4986026.
HSL color Cylindrical-coordinate representation of color #AA144C: hue angle of 337.6º degrees, saturation: 0.79, 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 #AA144C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 76 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.33 |
| HSL | 337.6º | 0.79% | 0.37% | - |
| HSV(B) | 337.6º | 0.88% | 0.67% | - |
| XYZ | 18.13 | 9.57 | 7.73 | - |
| YUV | 71.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 76 | 0 | 0.88 | 0.55 | 0.33 | 337.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 4C | 0 | 58 | 37 | 21 | 152 | 4F | 25 |
| Octal | 252 | 24 | 114 | 0 | 130 | 67 | 41 | 522 | 117 | 45 |
| Binary | 10101010 | 10100 | 1001100 | 0 | 1011000 | 110111 | 100001 | 101010010 | 1001111 | 100101 |
Color Harmonies of #AA144C
Complementary color
Monochromatic Colors of #AA144C
Black with #AA144C
Text Example
Text Example
White with #AA144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA144C; }
p { color: rgb(170,20,76); }
H1.HeaderClassName
{
color: #AA144C;
}
.AnyTagClassName
{
color: #AA144C;
}
</style>
background-color css
<style>
a { background-color: #AA144C; }
a { background-color: rgb(170,20,76); }
div.DivClassName
{
background-color: #AA144C;
}
.BgClassName
{
background-color: #AA144C;
}
</style>
border-color css
<style>
span { border-color: #AA144C; }
span { border-color: rgb(170,20,76); }
td.TdClassName
{
border-color: #AA144C;
}
.TagClassName
{
border-color: #AA144C;
}
</style>