Shades of Jazzberry Jam #AA1E5F
Tints of Jazzberry Jam #AA1E5F
RGB
CMYK
RGB Variations
Color information
#AA1E5F (or 0xAA1E5F) is known color: Jazzberry Jam. HEX triplet: AA, 1E and 5F. RGB value is (170,30,95). Sum of RGB (Red+Green+Blue) = 170+30+95=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E5F is #55E1A0. Grayscale: #4F4F4F. Windows color (decimal): -5628321 or 6233770. OLE color: 6233770.
HSL color Cylindrical-coordinate representation of color #AA1E5F: hue angle of 332.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E5F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 95 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.33 |
| HSL | 332.14º | 0.7% | 0.39% | - |
| HSV(B) | 332.14º | 0.82% | 0.67% | - |
| XYZ | 19.11 | 10.3 | 11.81 | - |
| YUV | 79.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 95 | 0 | 0.82 | 0.44 | 0.33 | 332.14 | 0.7 | 0.39 |
| Hex | AA | 1E | 5F | 0 | 52 | 2C | 21 | 14C | 46 | 27 |
| Octal | 252 | 36 | 137 | 0 | 122 | 54 | 41 | 514 | 106 | 47 |
| Binary | 10101010 | 11110 | 1011111 | 0 | 1010010 | 101100 | 100001 | 101001100 | 1000110 | 100111 |
Color Harmonies of #AA1E5F
Complementary color
Monochromatic Colors of #AA1E5F
Black with #AA1E5F
Text Example
Text Example
White with #AA1E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E5F; }
p { color: rgb(170,30,95); }
H1.HeaderClassName
{
color: #AA1E5F;
}
.AnyTagClassName
{
color: #AA1E5F;
}
</style>
background-color css
<style>
a { background-color: #AA1E5F; }
a { background-color: rgb(170,30,95); }
div.DivClassName
{
background-color: #AA1E5F;
}
.BgClassName
{
background-color: #AA1E5F;
}
</style>
border-color css
<style>
span { border-color: #AA1E5F; }
span { border-color: rgb(170,30,95); }
td.TdClassName
{
border-color: #AA1E5F;
}
.TagClassName
{
border-color: #AA1E5F;
}
</style>