Shades of Jazzberry Jam #A01266
Tints of Jazzberry Jam #A01266
RGB
CMYK
RGB Variations
Color information
#A01266 (or 0xA01266) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 66. RGB value is (160,18,102). Sum of RGB (Red+Green+Blue) = 160+18+102=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A01266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01266 is #5FED99. Grayscale: #454545. Windows color (decimal): -6286746 or 6689440. OLE color: 6689440.
HSL color Cylindrical-coordinate representation of color #A01266: hue angle of 324.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01266 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 102 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.37 |
| HSL | 324.51º | 0.8% | 0.35% | - |
| HSV(B) | 324.51º | 0.89% | 0.63% | - |
| XYZ | 17.11 | 8.87 | 13.38 | - |
| YUV | 70.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 102 | 0 | 0.89 | 0.36 | 0.37 | 324.51 | 0.8 | 0.35 |
| Hex | A0 | 12 | 66 | 0 | 59 | 24 | 25 | 145 | 50 | 23 |
| Octal | 240 | 22 | 146 | 0 | 131 | 44 | 45 | 505 | 120 | 43 |
| Binary | 10100000 | 10010 | 1100110 | 0 | 1011001 | 100100 | 100101 | 101000101 | 1010000 | 100011 |
Color Harmonies of #A01266
Complementary color
Monochromatic Colors of #A01266
Black with #A01266
Text Example
Text Example
White with #A01266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01266; }
p { color: rgb(160,18,102); }
H1.HeaderClassName
{
color: #A01266;
}
.AnyTagClassName
{
color: #A01266;
}
</style>
background-color css
<style>
a { background-color: #A01266; }
a { background-color: rgb(160,18,102); }
div.DivClassName
{
background-color: #A01266;
}
.BgClassName
{
background-color: #A01266;
}
</style>
border-color css
<style>
span { border-color: #A01266; }
span { border-color: rgb(160,18,102); }
td.TdClassName
{
border-color: #A01266;
}
.TagClassName
{
border-color: #A01266;
}
</style>