Shades of Jazzberry Jam #A0276E
Tints of Jazzberry Jam #A0276E
RGB
CMYK
RGB Variations
Color information
#A0276E (or 0xA0276E) is known color: Jazzberry Jam. HEX triplet: A0, 27 and 6E. RGB value is (160,39,110). Sum of RGB (Red+Green+Blue) = 160+39+110=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0276E is #5FD891. Grayscale: #535353. Windows color (decimal): -6281362 or 7219104. OLE color: 7219104.
HSL color Cylindrical-coordinate representation of color #A0276E: hue angle of 324.79º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0276E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 110 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.37 |
| HSL | 324.79º | 0.61% | 0.39% | - |
| HSV(B) | 324.79º | 0.76% | 0.63% | - |
| XYZ | 18.04 | 10.05 | 15.74 | - |
| YUV | 83.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 110 | 0 | 0.76 | 0.31 | 0.37 | 324.79 | 0.61 | 0.39 |
| Hex | A0 | 27 | 6E | 0 | 4C | 1F | 25 | 145 | 3D | 27 |
| Octal | 240 | 47 | 156 | 0 | 114 | 37 | 45 | 505 | 75 | 47 |
| Binary | 10100000 | 100111 | 1101110 | 0 | 1001100 | 11111 | 100101 | 101000101 | 111101 | 100111 |
Color Harmonies of #A0276E
Complementary color
Monochromatic Colors of #A0276E
Black with #A0276E
Text Example
Text Example
White with #A0276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0276E; }
p { color: rgb(160,39,110); }
H1.HeaderClassName
{
color: #A0276E;
}
.AnyTagClassName
{
color: #A0276E;
}
</style>
background-color css
<style>
a { background-color: #A0276E; }
a { background-color: rgb(160,39,110); }
div.DivClassName
{
background-color: #A0276E;
}
.BgClassName
{
background-color: #A0276E;
}
</style>
border-color css
<style>
span { border-color: #A0276E; }
span { border-color: rgb(160,39,110); }
td.TdClassName
{
border-color: #A0276E;
}
.TagClassName
{
border-color: #A0276E;
}
</style>