Shades of Jazzberry Jam #AA134F
Tints of Jazzberry Jam #AA134F
RGB
CMYK
RGB Variations
Color information
#AA134F (or 0xAA134F) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 4F. RGB value is (170,19,79). Sum of RGB (Red+Green+Blue) = 170+19+79=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA134F is #55ECB0. Grayscale: #464646. Windows color (decimal): -5631153 or 5182378. OLE color: 5182378.
HSL color Cylindrical-coordinate representation of color #AA134F: hue angle of 336.16º 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 #AA134F is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 79 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.33 |
| HSL | 336.16º | 0.8% | 0.37% | - |
| HSV(B) | 336.16º | 0.89% | 0.67% | - |
| XYZ | 18.22 | 9.58 | 8.29 | - |
| YUV | 70.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 79 | 0 | 0.89 | 0.54 | 0.33 | 336.16 | 0.8 | 0.37 |
| Hex | AA | 13 | 4F | 0 | 59 | 36 | 21 | 150 | 50 | 25 |
| Octal | 252 | 23 | 117 | 0 | 131 | 66 | 41 | 520 | 120 | 45 |
| Binary | 10101010 | 10011 | 1001111 | 0 | 1011001 | 110110 | 100001 | 101010000 | 1010000 | 100101 |
Color Harmonies of #AA134F
Complementary color
Monochromatic Colors of #AA134F
Black with #AA134F
Text Example
Text Example
White with #AA134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA134F; }
p { color: rgb(170,19,79); }
H1.HeaderClassName
{
color: #AA134F;
}
.AnyTagClassName
{
color: #AA134F;
}
</style>
background-color css
<style>
a { background-color: #AA134F; }
a { background-color: rgb(170,19,79); }
div.DivClassName
{
background-color: #AA134F;
}
.BgClassName
{
background-color: #AA134F;
}
</style>
border-color css
<style>
span { border-color: #AA134F; }
span { border-color: rgb(170,19,79); }
td.TdClassName
{
border-color: #AA134F;
}
.TagClassName
{
border-color: #AA134F;
}
</style>