Shades of Jazzberry Jam #A01E5E
Tints of Jazzberry Jam #A01E5E
RGB
CMYK
RGB Variations
Color information
#A01E5E (or 0xA01E5E) is known color: Jazzberry Jam. HEX triplet: A0, 1E and 5E. RGB value is (160,30,94). Sum of RGB (Red+Green+Blue) = 160+30+94=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E5E is #5FE1A1. Grayscale: #4C4C4C. Windows color (decimal): -6283682 or 6168224. OLE color: 6168224.
HSL color Cylindrical-coordinate representation of color #A01E5E: hue angle of 330.46º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E5E is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 94 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.37 |
| HSL | 330.46º | 0.68% | 0.37% | - |
| HSV(B) | 330.46º | 0.81% | 0.63% | - |
| XYZ | 16.98 | 9.21 | 11.47 | - |
| YUV | 76.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 94 | 0 | 0.81 | 0.41 | 0.37 | 330.46 | 0.68 | 0.37 |
| Hex | A0 | 1E | 5E | 0 | 51 | 29 | 25 | 14A | 44 | 25 |
| Octal | 240 | 36 | 136 | 0 | 121 | 51 | 45 | 512 | 104 | 45 |
| Binary | 10100000 | 11110 | 1011110 | 0 | 1010001 | 101001 | 100101 | 101001010 | 1000100 | 100101 |
Color Harmonies of #A01E5E
Complementary color
Monochromatic Colors of #A01E5E
Black with #A01E5E
Text Example
Text Example
White with #A01E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E5E; }
p { color: rgb(160,30,94); }
H1.HeaderClassName
{
color: #A01E5E;
}
.AnyTagClassName
{
color: #A01E5E;
}
</style>
background-color css
<style>
a { background-color: #A01E5E; }
a { background-color: rgb(160,30,94); }
div.DivClassName
{
background-color: #A01E5E;
}
.BgClassName
{
background-color: #A01E5E;
}
</style>
border-color css
<style>
span { border-color: #A01E5E; }
span { border-color: rgb(160,30,94); }
td.TdClassName
{
border-color: #A01E5E;
}
.TagClassName
{
border-color: #A01E5E;
}
</style>