Shades of Jazzberry Jam #AA1F5E
Tints of Jazzberry Jam #AA1F5E
RGB
CMYK
RGB Variations
Color information
#AA1F5E (or 0xAA1F5E) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 5E. RGB value is (170,31,94). Sum of RGB (Red+Green+Blue) = 170+31+94=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F5E is #55E0A1. Grayscale: #4F4F4F. Windows color (decimal): -5628066 or 6168490. OLE color: 6168490.
HSL color Cylindrical-coordinate representation of color #AA1F5E: hue angle of 332.81º degrees, saturation: 0.69, 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 #AA1F5E is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 94 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.33 |
| HSL | 332.81º | 0.69% | 0.39% | - |
| HSV(B) | 332.81º | 0.82% | 0.67% | - |
| XYZ | 19.09 | 10.33 | 11.58 | - |
| YUV | 79.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 94 | 0 | 0.82 | 0.45 | 0.33 | 332.81 | 0.69 | 0.39 |
| Hex | AA | 1F | 5E | 0 | 52 | 2D | 21 | 14D | 45 | 27 |
| Octal | 252 | 37 | 136 | 0 | 122 | 55 | 41 | 515 | 105 | 47 |
| Binary | 10101010 | 11111 | 1011110 | 0 | 1010010 | 101101 | 100001 | 101001101 | 1000101 | 100111 |
Color Harmonies of #AA1F5E
Complementary color
Monochromatic Colors of #AA1F5E
Black with #AA1F5E
Text Example
Text Example
White with #AA1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F5E; }
p { color: rgb(170,31,94); }
H1.HeaderClassName
{
color: #AA1F5E;
}
.AnyTagClassName
{
color: #AA1F5E;
}
</style>
background-color css
<style>
a { background-color: #AA1F5E; }
a { background-color: rgb(170,31,94); }
div.DivClassName
{
background-color: #AA1F5E;
}
.BgClassName
{
background-color: #AA1F5E;
}
</style>
border-color css
<style>
span { border-color: #AA1F5E; }
span { border-color: rgb(170,31,94); }
td.TdClassName
{
border-color: #AA1F5E;
}
.TagClassName
{
border-color: #AA1F5E;
}
</style>