Shades of Jazzberry Jam #AA134C
Tints of Jazzberry Jam #AA134C
RGB
CMYK
RGB Variations
Color information
#AA134C (or 0xAA134C) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 4C. RGB value is (170,19,76). Sum of RGB (Red+Green+Blue) = 170+19+76=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA134C is #55ECB3. Grayscale: #464646. Windows color (decimal): -5631156 or 4985770. OLE color: 4985770.
HSL color Cylindrical-coordinate representation of color #AA134C: hue angle of 337.35º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA134C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 76 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.33 |
| HSL | 337.35º | 0.8% | 0.37% | - |
| HSV(B) | 337.35º | 0.89% | 0.67% | - |
| XYZ | 18.11 | 9.53 | 7.72 | - |
| YUV | 70.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 76 | 0 | 0.89 | 0.55 | 0.33 | 337.35 | 0.8 | 0.37 |
| Hex | AA | 13 | 4C | 0 | 59 | 37 | 21 | 151 | 50 | 25 |
| Octal | 252 | 23 | 114 | 0 | 131 | 67 | 41 | 521 | 120 | 45 |
| Binary | 10101010 | 10011 | 1001100 | 0 | 1011001 | 110111 | 100001 | 101010001 | 1010000 | 100101 |
Color Harmonies of #AA134C
Complementary color
Monochromatic Colors of #AA134C
Black with #AA134C
Text Example
Text Example
White with #AA134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA134C; }
p { color: rgb(170,19,76); }
H1.HeaderClassName
{
color: #AA134C;
}
.AnyTagClassName
{
color: #AA134C;
}
</style>
background-color css
<style>
a { background-color: #AA134C; }
a { background-color: rgb(170,19,76); }
div.DivClassName
{
background-color: #AA134C;
}
.BgClassName
{
background-color: #AA134C;
}
</style>
border-color css
<style>
span { border-color: #AA134C; }
span { border-color: rgb(170,19,76); }
td.TdClassName
{
border-color: #AA134C;
}
.TagClassName
{
border-color: #AA134C;
}
</style>