Shades of Jazzberry Jam #A01568
Tints of Jazzberry Jam #A01568
RGB
CMYK
RGB Variations
Color information
#A01568 (or 0xA01568) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 68. RGB value is (160,21,104). Sum of RGB (Red+Green+Blue) = 160+21+104=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A01568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01568 is #5FEA97. Grayscale: #474747. Windows color (decimal): -6285976 or 6821280. OLE color: 6821280.
HSL color Cylindrical-coordinate representation of color #A01568: hue angle of 324.17º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01568 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 104 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.37 |
| HSL | 324.17º | 0.77% | 0.35% | - |
| HSV(B) | 324.17º | 0.87% | 0.63% | - |
| XYZ | 17.26 | 9.01 | 13.93 | - |
| YUV | 72.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 104 | 0 | 0.87 | 0.35 | 0.37 | 324.17 | 0.77 | 0.35 |
| Hex | A0 | 15 | 68 | 0 | 57 | 23 | 25 | 144 | 4D | 23 |
| Octal | 240 | 25 | 150 | 0 | 127 | 43 | 45 | 504 | 115 | 43 |
| Binary | 10100000 | 10101 | 1101000 | 0 | 1010111 | 100011 | 100101 | 101000100 | 1001101 | 100011 |
Color Harmonies of #A01568
Complementary color
Monochromatic Colors of #A01568
Black with #A01568
Text Example
Text Example
White with #A01568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01568; }
p { color: rgb(160,21,104); }
H1.HeaderClassName
{
color: #A01568;
}
.AnyTagClassName
{
color: #A01568;
}
</style>
background-color css
<style>
a { background-color: #A01568; }
a { background-color: rgb(160,21,104); }
div.DivClassName
{
background-color: #A01568;
}
.BgClassName
{
background-color: #A01568;
}
</style>
border-color css
<style>
span { border-color: #A01568; }
span { border-color: rgb(160,21,104); }
td.TdClassName
{
border-color: #A01568;
}
.TagClassName
{
border-color: #A01568;
}
</style>