Shades of Jazzberry Jam #A01368
Tints of Jazzberry Jam #A01368
RGB
CMYK
RGB Variations
Color information
#A01368 (or 0xA01368) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 68. RGB value is (160,19,104). Sum of RGB (Red+Green+Blue) = 160+19+104=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A01368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01368 is #5FEC97. Grayscale: #464646. Windows color (decimal): -6286488 or 6820768. OLE color: 6820768.
HSL color Cylindrical-coordinate representation of color #A01368: hue angle of 323.83º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01368 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 104 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.37 |
| HSL | 323.83º | 0.79% | 0.35% | - |
| HSV(B) | 323.83º | 0.88% | 0.63% | - |
| XYZ | 17.23 | 8.94 | 13.91 | - |
| YUV | 70.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 104 | 0 | 0.88 | 0.35 | 0.37 | 323.83 | 0.79 | 0.35 |
| Hex | A0 | 13 | 68 | 0 | 58 | 23 | 25 | 144 | 4F | 23 |
| Octal | 240 | 23 | 150 | 0 | 130 | 43 | 45 | 504 | 117 | 43 |
| Binary | 10100000 | 10011 | 1101000 | 0 | 1011000 | 100011 | 100101 | 101000100 | 1001111 | 100011 |
Color Harmonies of #A01368
Complementary color
Monochromatic Colors of #A01368
Black with #A01368
Text Example
Text Example
White with #A01368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01368; }
p { color: rgb(160,19,104); }
H1.HeaderClassName
{
color: #A01368;
}
.AnyTagClassName
{
color: #A01368;
}
</style>
background-color css
<style>
a { background-color: #A01368; }
a { background-color: rgb(160,19,104); }
div.DivClassName
{
background-color: #A01368;
}
.BgClassName
{
background-color: #A01368;
}
</style>
border-color css
<style>
span { border-color: #A01368; }
span { border-color: rgb(160,19,104); }
td.TdClassName
{
border-color: #A01368;
}
.TagClassName
{
border-color: #A01368;
}
</style>