Shades of Jazzberry Jam #A0055F
Tints of Jazzberry Jam #A0055F
RGB
CMYK
RGB Variations
Color information
#A0055F (or 0xA0055F) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 5F. RGB value is (160,5,95). Sum of RGB (Red+Green+Blue) = 160+5+95=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0055F is #5FFAA0. Grayscale: #3D3D3D. Windows color (decimal): -6290081 or 6227360. OLE color: 6227360.
HSL color Cylindrical-coordinate representation of color #A0055F: hue angle of 325.16º 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 #A0055F is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 95 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.37 |
| HSL | 325.16º | 0.94% | 0.32% | - |
| HSV(B) | 325.16º | 0.97% | 0.63% | - |
| XYZ | 16.62 | 8.41 | 11.57 | - |
| YUV | 61.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 95 | 0 | 0.97 | 0.41 | 0.37 | 325.16 | 0.94 | 0.32 |
| Hex | A0 | 5 | 5F | 0 | 61 | 29 | 25 | 145 | 5E | 20 |
| Octal | 240 | 5 | 137 | 0 | 141 | 51 | 45 | 505 | 136 | 40 |
| Binary | 10100000 | 101 | 1011111 | 0 | 1100001 | 101001 | 100101 | 101000101 | 1011110 | 100000 |
Color Harmonies of #A0055F
Complementary color
Monochromatic Colors of #A0055F
Black with #A0055F
Text Example
Text Example
White with #A0055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0055F; }
p { color: rgb(160,5,95); }
H1.HeaderClassName
{
color: #A0055F;
}
.AnyTagClassName
{
color: #A0055F;
}
</style>
background-color css
<style>
a { background-color: #A0055F; }
a { background-color: rgb(160,5,95); }
div.DivClassName
{
background-color: #A0055F;
}
.BgClassName
{
background-color: #A0055F;
}
</style>
border-color css
<style>
span { border-color: #A0055F; }
span { border-color: rgb(160,5,95); }
td.TdClassName
{
border-color: #A0055F;
}
.TagClassName
{
border-color: #A0055F;
}
</style>