Shades of Jazzberry Jam #A0135E
Tints of Jazzberry Jam #A0135E
RGB
CMYK
RGB Variations
Color information
#A0135E (or 0xA0135E) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 5E. RGB value is (160,19,94). Sum of RGB (Red+Green+Blue) = 160+19+94=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0135E is #5FECA1. Grayscale: #454545. Windows color (decimal): -6286498 or 6165408. OLE color: 6165408.
HSL color Cylindrical-coordinate representation of color #A0135E: hue angle of 328.09º 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 #A0135E is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 94 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.37 |
| HSL | 328.09º | 0.79% | 0.35% | - |
| HSV(B) | 328.09º | 0.88% | 0.63% | - |
| XYZ | 16.75 | 8.75 | 11.4 | - |
| YUV | 69.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 94 | 0 | 0.88 | 0.41 | 0.37 | 328.09 | 0.79 | 0.35 |
| Hex | A0 | 13 | 5E | 0 | 58 | 29 | 25 | 148 | 4F | 23 |
| Octal | 240 | 23 | 136 | 0 | 130 | 51 | 45 | 510 | 117 | 43 |
| Binary | 10100000 | 10011 | 1011110 | 0 | 1011000 | 101001 | 100101 | 101001000 | 1001111 | 100011 |
Color Harmonies of #A0135E
Complementary color
Monochromatic Colors of #A0135E
Black with #A0135E
Text Example
Text Example
White with #A0135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0135E; }
p { color: rgb(160,19,94); }
H1.HeaderClassName
{
color: #A0135E;
}
.AnyTagClassName
{
color: #A0135E;
}
</style>
background-color css
<style>
a { background-color: #A0135E; }
a { background-color: rgb(160,19,94); }
div.DivClassName
{
background-color: #A0135E;
}
.BgClassName
{
background-color: #A0135E;
}
</style>
border-color css
<style>
span { border-color: #A0135E; }
span { border-color: rgb(160,19,94); }
td.TdClassName
{
border-color: #A0135E;
}
.TagClassName
{
border-color: #A0135E;
}
</style>