Shades of Jazzberry Jam #A00A5E
Tints of Jazzberry Jam #A00A5E
RGB
CMYK
RGB Variations
Color information
#A00A5E (or 0xA00A5E) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 5E. RGB value is (160,10,94). Sum of RGB (Red+Green+Blue) = 160+10+94=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A5E is #5FF5A1. Grayscale: #404040. Windows color (decimal): -6288802 or 6163104. OLE color: 6163104.
HSL color Cylindrical-coordinate representation of color #A00A5E: hue angle of 326.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A5E is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.37 |
| HSL | 326.4º | 0.88% | 0.33% | - |
| HSV(B) | 326.4º | 0.94% | 0.63% | - |
| XYZ | 16.63 | 8.5 | 11.35 | - |
| YUV | 64.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 94 | 0 | 0.94 | 0.41 | 0.37 | 326.4 | 0.88 | 0.33 |
| Hex | A0 | A | 5E | 0 | 5E | 29 | 25 | 146 | 58 | 21 |
| Octal | 240 | 12 | 136 | 0 | 136 | 51 | 45 | 506 | 130 | 41 |
| Binary | 10100000 | 1010 | 1011110 | 0 | 1011110 | 101001 | 100101 | 101000110 | 1011000 | 100001 |
Color Harmonies of #A00A5E
Complementary color
Monochromatic Colors of #A00A5E
Black with #A00A5E
Text Example
Text Example
White with #A00A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A5E; }
p { color: rgb(160,10,94); }
H1.HeaderClassName
{
color: #A00A5E;
}
.AnyTagClassName
{
color: #A00A5E;
}
</style>
background-color css
<style>
a { background-color: #A00A5E; }
a { background-color: rgb(160,10,94); }
div.DivClassName
{
background-color: #A00A5E;
}
.BgClassName
{
background-color: #A00A5E;
}
</style>
border-color css
<style>
span { border-color: #A00A5E; }
span { border-color: rgb(160,10,94); }
td.TdClassName
{
border-color: #A00A5E;
}
.TagClassName
{
border-color: #A00A5E;
}
</style>