Shades of Jazzberry Jam #AA134D
Tints of Jazzberry Jam #AA134D
RGB
CMYK
RGB Variations
Color information
#AA134D (or 0xAA134D) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 4D. RGB value is (170,19,77). Sum of RGB (Red+Green+Blue) = 170+19+77=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA134D is #55ECB2. Grayscale: #464646. Windows color (decimal): -5631155 or 5051306. OLE color: 5051306.
HSL color Cylindrical-coordinate representation of color #AA134D: hue angle of 336.95º 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 #AA134D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 77 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.33 |
| HSL | 336.95º | 0.8% | 0.37% | - |
| HSV(B) | 336.95º | 0.89% | 0.67% | - |
| XYZ | 18.15 | 9.55 | 7.91 | - |
| YUV | 70.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 77 | 0 | 0.89 | 0.55 | 0.33 | 336.95 | 0.8 | 0.37 |
| Hex | AA | 13 | 4D | 0 | 59 | 37 | 21 | 151 | 50 | 25 |
| Octal | 252 | 23 | 115 | 0 | 131 | 67 | 41 | 521 | 120 | 45 |
| Binary | 10101010 | 10011 | 1001101 | 0 | 1011001 | 110111 | 100001 | 101010001 | 1010000 | 100101 |
Color Harmonies of #AA134D
Complementary color
Monochromatic Colors of #AA134D
Black with #AA134D
Text Example
Text Example
White with #AA134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA134D; }
p { color: rgb(170,19,77); }
H1.HeaderClassName
{
color: #AA134D;
}
.AnyTagClassName
{
color: #AA134D;
}
</style>
background-color css
<style>
a { background-color: #AA134D; }
a { background-color: rgb(170,19,77); }
div.DivClassName
{
background-color: #AA134D;
}
.BgClassName
{
background-color: #AA134D;
}
</style>
border-color css
<style>
span { border-color: #AA134D; }
span { border-color: rgb(170,19,77); }
td.TdClassName
{
border-color: #AA134D;
}
.TagClassName
{
border-color: #AA134D;
}
</style>