Shades of Jazzberry Jam #A0054A
Tints of Jazzberry Jam #A0054A
RGB
CMYK
RGB Variations
Color information
#A0054A (or 0xA0054A) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 4A. RGB value is (160,5,74). Sum of RGB (Red+Green+Blue) = 160+5+74=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0054A is #5FFAB5. Grayscale: #3B3B3B. Windows color (decimal): -6290102 or 4851104. OLE color: 4851104.
HSL color Cylindrical-coordinate representation of color #A0054A: hue angle of 333.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0054A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 74 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.37 |
| HSL | 333.29º | 0.94% | 0.32% | - |
| HSV(B) | 333.29º | 0.97% | 0.63% | - |
| XYZ | 15.79 | 8.08 | 7.21 | - |
| YUV | 59.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 74 | 0 | 0.97 | 0.54 | 0.37 | 333.29 | 0.94 | 0.32 |
| Hex | A0 | 5 | 4A | 0 | 61 | 36 | 25 | 14D | 5E | 20 |
| Octal | 240 | 5 | 112 | 0 | 141 | 66 | 45 | 515 | 136 | 40 |
| Binary | 10100000 | 101 | 1001010 | 0 | 1100001 | 110110 | 100101 | 101001101 | 1011110 | 100000 |
Color Harmonies of #A0054A
Complementary color
Monochromatic Colors of #A0054A
Black with #A0054A
Text Example
Text Example
White with #A0054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0054A; }
p { color: rgb(160,5,74); }
H1.HeaderClassName
{
color: #A0054A;
}
.AnyTagClassName
{
color: #A0054A;
}
</style>
background-color css
<style>
a { background-color: #A0054A; }
a { background-color: rgb(160,5,74); }
div.DivClassName
{
background-color: #A0054A;
}
.BgClassName
{
background-color: #A0054A;
}
</style>
border-color css
<style>
span { border-color: #A0054A; }
span { border-color: rgb(160,5,74); }
td.TdClassName
{
border-color: #A0054A;
}
.TagClassName
{
border-color: #A0054A;
}
</style>