Shades of Jazzberry Jam #A01E68
Tints of Jazzberry Jam #A01E68
RGB
CMYK
RGB Variations
Color information
#A01E68 (or 0xA01E68) is known color: Jazzberry Jam. HEX triplet: A0, 1E and 68. RGB value is (160,30,104). Sum of RGB (Red+Green+Blue) = 160+30+104=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E68 is #5FE197. Grayscale: #4D4D4D. Windows color (decimal): -6283672 or 6823584. OLE color: 6823584.
HSL color Cylindrical-coordinate representation of color #A01E68: hue angle of 325.85º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E68 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 104 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.37 |
| HSL | 325.85º | 0.68% | 0.37% | - |
| HSV(B) | 325.85º | 0.81% | 0.63% | - |
| XYZ | 17.46 | 9.4 | 13.99 | - |
| YUV | 77.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 104 | 0 | 0.81 | 0.35 | 0.37 | 325.85 | 0.68 | 0.37 |
| Hex | A0 | 1E | 68 | 0 | 51 | 23 | 25 | 146 | 44 | 25 |
| Octal | 240 | 36 | 150 | 0 | 121 | 43 | 45 | 506 | 104 | 45 |
| Binary | 10100000 | 11110 | 1101000 | 0 | 1010001 | 100011 | 100101 | 101000110 | 1000100 | 100101 |
Color Harmonies of #A01E68
Complementary color
Monochromatic Colors of #A01E68
Black with #A01E68
Text Example
Text Example
White with #A01E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E68; }
p { color: rgb(160,30,104); }
H1.HeaderClassName
{
color: #A01E68;
}
.AnyTagClassName
{
color: #A01E68;
}
</style>
background-color css
<style>
a { background-color: #A01E68; }
a { background-color: rgb(160,30,104); }
div.DivClassName
{
background-color: #A01E68;
}
.BgClassName
{
background-color: #A01E68;
}
</style>
border-color css
<style>
span { border-color: #A01E68; }
span { border-color: rgb(160,30,104); }
td.TdClassName
{
border-color: #A01E68;
}
.TagClassName
{
border-color: #A01E68;
}
</style>