Shades of Jazzberry Jam #A0136D
Tints of Jazzberry Jam #A0136D
RGB
CMYK
RGB Variations
Color information
#A0136D (or 0xA0136D) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 6D. RGB value is (160,19,109). Sum of RGB (Red+Green+Blue) = 160+19+109=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0136D is #5FEC92. Grayscale: #474747. Windows color (decimal): -6286483 or 7148448. OLE color: 7148448.
HSL color Cylindrical-coordinate representation of color #A0136D: hue angle of 321.7º 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 #A0136D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 109 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.37 |
| HSL | 321.7º | 0.79% | 0.35% | - |
| HSV(B) | 321.7º | 0.88% | 0.63% | - |
| XYZ | 17.49 | 9.04 | 15.29 | - |
| YUV | 71.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 109 | 0 | 0.88 | 0.32 | 0.37 | 321.7 | 0.79 | 0.35 |
| Hex | A0 | 13 | 6D | 0 | 58 | 20 | 25 | 142 | 4F | 23 |
| Octal | 240 | 23 | 155 | 0 | 130 | 40 | 45 | 502 | 117 | 43 |
| Binary | 10100000 | 10011 | 1101101 | 0 | 1011000 | 100000 | 100101 | 101000010 | 1001111 | 100011 |
Color Harmonies of #A0136D
Complementary color
Monochromatic Colors of #A0136D
Black with #A0136D
Text Example
Text Example
White with #A0136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0136D; }
p { color: rgb(160,19,109); }
H1.HeaderClassName
{
color: #A0136D;
}
.AnyTagClassName
{
color: #A0136D;
}
</style>
background-color css
<style>
a { background-color: #A0136D; }
a { background-color: rgb(160,19,109); }
div.DivClassName
{
background-color: #A0136D;
}
.BgClassName
{
background-color: #A0136D;
}
</style>
border-color css
<style>
span { border-color: #A0136D; }
span { border-color: rgb(160,19,109); }
td.TdClassName
{
border-color: #A0136D;
}
.TagClassName
{
border-color: #A0136D;
}
</style>