Shades of Jazzberry Jam #A00E5A
Tints of Jazzberry Jam #A00E5A
RGB
CMYK
RGB Variations
Color information
#A00E5A (or 0xA00E5A) is known color: Jazzberry Jam. HEX triplet: A0, 0E and 5A. RGB value is (160,14,90). Sum of RGB (Red+Green+Blue) = 160+14+90=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E5A is #5FF1A5. Grayscale: #424242. Windows color (decimal): -6287782 or 5901984. OLE color: 5901984.
HSL color Cylindrical-coordinate representation of color #A00E5A: hue angle of 328.77º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E5A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 90 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.37 |
| HSL | 328.77º | 0.84% | 0.34% | - |
| HSV(B) | 328.77º | 0.91% | 0.63% | - |
| XYZ | 16.5 | 8.53 | 10.45 | - |
| YUV | 66.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 90 | 0 | 0.91 | 0.44 | 0.37 | 328.77 | 0.84 | 0.34 |
| Hex | A0 | E | 5A | 0 | 5B | 2C | 25 | 149 | 54 | 22 |
| Octal | 240 | 16 | 132 | 0 | 133 | 54 | 45 | 511 | 124 | 42 |
| Binary | 10100000 | 1110 | 1011010 | 0 | 1011011 | 101100 | 100101 | 101001001 | 1010100 | 100010 |
Color Harmonies of #A00E5A
Complementary color
Monochromatic Colors of #A00E5A
Black with #A00E5A
Text Example
Text Example
White with #A00E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E5A; }
p { color: rgb(160,14,90); }
H1.HeaderClassName
{
color: #A00E5A;
}
.AnyTagClassName
{
color: #A00E5A;
}
</style>
background-color css
<style>
a { background-color: #A00E5A; }
a { background-color: rgb(160,14,90); }
div.DivClassName
{
background-color: #A00E5A;
}
.BgClassName
{
background-color: #A00E5A;
}
</style>
border-color css
<style>
span { border-color: #A00E5A; }
span { border-color: rgb(160,14,90); }
td.TdClassName
{
border-color: #A00E5A;
}
.TagClassName
{
border-color: #A00E5A;
}
</style>