Shades of Jazzberry Jam #A0054C
Tints of Jazzberry Jam #A0054C
RGB
CMYK
RGB Variations
Color information
#A0054C (or 0xA0054C) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 4C. RGB value is (160,5,76). Sum of RGB (Red+Green+Blue) = 160+5+76=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0054C is #5FFAB3. Grayscale: #3B3B3B. Windows color (decimal): -6290100 or 4982176. OLE color: 4982176.
HSL color Cylindrical-coordinate representation of color #A0054C: hue angle of 332.52º 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 #A0054C is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.37 |
| HSL | 332.52º | 0.94% | 0.32% | - |
| HSV(B) | 332.52º | 0.97% | 0.63% | - |
| XYZ | 15.86 | 8.1 | 7.57 | - |
| YUV | 59.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 76 | 0 | 0.97 | 0.52 | 0.37 | 332.52 | 0.94 | 0.32 |
| Hex | A0 | 5 | 4C | 0 | 61 | 34 | 25 | 14D | 5E | 20 |
| Octal | 240 | 5 | 114 | 0 | 141 | 64 | 45 | 515 | 136 | 40 |
| Binary | 10100000 | 101 | 1001100 | 0 | 1100001 | 110100 | 100101 | 101001101 | 1011110 | 100000 |
Color Harmonies of #A0054C
Complementary color
Monochromatic Colors of #A0054C
Black with #A0054C
Text Example
Text Example
White with #A0054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0054C; }
p { color: rgb(160,5,76); }
H1.HeaderClassName
{
color: #A0054C;
}
.AnyTagClassName
{
color: #A0054C;
}
</style>
background-color css
<style>
a { background-color: #A0054C; }
a { background-color: rgb(160,5,76); }
div.DivClassName
{
background-color: #A0054C;
}
.BgClassName
{
background-color: #A0054C;
}
</style>
border-color css
<style>
span { border-color: #A0054C; }
span { border-color: rgb(160,5,76); }
td.TdClassName
{
border-color: #A0054C;
}
.TagClassName
{
border-color: #A0054C;
}
</style>