Shades of Jazzberry Jam #A0266C
Tints of Jazzberry Jam #A0266C
RGB
CMYK
RGB Variations
Color information
#A0266C (or 0xA0266C) is known color: Jazzberry Jam. HEX triplet: A0, 26 and 6C. RGB value is (160,38,108). Sum of RGB (Red+Green+Blue) = 160+38+108=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0266C is #5FD993. Grayscale: #525252. Windows color (decimal): -6281620 or 7087776. OLE color: 7087776.
HSL color Cylindrical-coordinate representation of color #A0266C: hue angle of 325.57º degrees, saturation: 0.62, 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 #A0266C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 108 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.37 |
| HSL | 325.57º | 0.62% | 0.39% | - |
| HSV(B) | 325.57º | 0.76% | 0.63% | - |
| XYZ | 17.9 | 9.94 | 15.16 | - |
| YUV | 82.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 108 | 0 | 0.76 | 0.32 | 0.37 | 325.57 | 0.62 | 0.39 |
| Hex | A0 | 26 | 6C | 0 | 4C | 20 | 25 | 146 | 3E | 27 |
| Octal | 240 | 46 | 154 | 0 | 114 | 40 | 45 | 506 | 76 | 47 |
| Binary | 10100000 | 100110 | 1101100 | 0 | 1001100 | 100000 | 100101 | 101000110 | 111110 | 100111 |
Color Harmonies of #A0266C
Complementary color
Monochromatic Colors of #A0266C
Black with #A0266C
Text Example
Text Example
White with #A0266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0266C; }
p { color: rgb(160,38,108); }
H1.HeaderClassName
{
color: #A0266C;
}
.AnyTagClassName
{
color: #A0266C;
}
</style>
background-color css
<style>
a { background-color: #A0266C; }
a { background-color: rgb(160,38,108); }
div.DivClassName
{
background-color: #A0266C;
}
.BgClassName
{
background-color: #A0266C;
}
</style>
border-color css
<style>
span { border-color: #A0266C; }
span { border-color: rgb(160,38,108); }
td.TdClassName
{
border-color: #A0266C;
}
.TagClassName
{
border-color: #A0266C;
}
</style>