Shades of Jazzberry Jam #A00A5A
Tints of Jazzberry Jam #A00A5A
RGB
CMYK
RGB Variations
Color information
#A00A5A (or 0xA00A5A) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 5A. RGB value is (160,10,90). Sum of RGB (Red+Green+Blue) = 160+10+90=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A5A is #5FF5A5. Grayscale: #3F3F3F. Windows color (decimal): -6288806 or 5900960. OLE color: 5900960.
HSL color Cylindrical-coordinate representation of color #A00A5A: hue angle of 328º 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 #A00A5A is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 90 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.37 |
| HSL | 328º | 0.88% | 0.33% | - |
| HSV(B) | 328º | 0.94% | 0.63% | - |
| XYZ | 16.45 | 8.43 | 10.43 | - |
| YUV | 63.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 90 | 0 | 0.94 | 0.44 | 0.37 | 328 | 0.88 | 0.33 |
| Hex | A0 | A | 5A | 0 | 5E | 2C | 25 | 148 | 58 | 21 |
| Octal | 240 | 12 | 132 | 0 | 136 | 54 | 45 | 510 | 130 | 41 |
| Binary | 10100000 | 1010 | 1011010 | 0 | 1011110 | 101100 | 100101 | 101001000 | 1011000 | 100001 |
Color Harmonies of #A00A5A
Complementary color
Monochromatic Colors of #A00A5A
Black with #A00A5A
Text Example
Text Example
White with #A00A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A5A; }
p { color: rgb(160,10,90); }
H1.HeaderClassName
{
color: #A00A5A;
}
.AnyTagClassName
{
color: #A00A5A;
}
</style>
background-color css
<style>
a { background-color: #A00A5A; }
a { background-color: rgb(160,10,90); }
div.DivClassName
{
background-color: #A00A5A;
}
.BgClassName
{
background-color: #A00A5A;
}
</style>
border-color css
<style>
span { border-color: #A00A5A; }
span { border-color: rgb(160,10,90); }
td.TdClassName
{
border-color: #A00A5A;
}
.TagClassName
{
border-color: #A00A5A;
}
</style>