Shades of Jazzberry Jam #A00A55
Tints of Jazzberry Jam #A00A55
RGB
CMYK
RGB Variations
Color information
#A00A55 (or 0xA00A55) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 55. RGB value is (160,10,85). Sum of RGB (Red+Green+Blue) = 160+10+85=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A55 is #5FF5AA. Grayscale: #3F3F3F. Windows color (decimal): -6288811 or 5573280. OLE color: 5573280.
HSL color Cylindrical-coordinate representation of color #A00A55: hue angle of 330º 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 #A00A55 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 85 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.37 |
| HSL | 330º | 0.88% | 0.33% | - |
| HSV(B) | 330º | 0.94% | 0.63% | - |
| XYZ | 16.25 | 8.35 | 9.35 | - |
| YUV | 63.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 85 | 0 | 0.94 | 0.47 | 0.37 | 330 | 0.88 | 0.33 |
| Hex | A0 | A | 55 | 0 | 5E | 2F | 25 | 14A | 58 | 21 |
| Octal | 240 | 12 | 125 | 0 | 136 | 57 | 45 | 512 | 130 | 41 |
| Binary | 10100000 | 1010 | 1010101 | 0 | 1011110 | 101111 | 100101 | 101001010 | 1011000 | 100001 |
Color Harmonies of #A00A55
Complementary color
Monochromatic Colors of #A00A55
Black with #A00A55
Text Example
Text Example
White with #A00A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A55; }
p { color: rgb(160,10,85); }
H1.HeaderClassName
{
color: #A00A55;
}
.AnyTagClassName
{
color: #A00A55;
}
</style>
background-color css
<style>
a { background-color: #A00A55; }
a { background-color: rgb(160,10,85); }
div.DivClassName
{
background-color: #A00A55;
}
.BgClassName
{
background-color: #A00A55;
}
</style>
border-color css
<style>
span { border-color: #A00A55; }
span { border-color: rgb(160,10,85); }
td.TdClassName
{
border-color: #A00A55;
}
.TagClassName
{
border-color: #A00A55;
}
</style>