Shades of Jazzberry Jam #A0145B
Tints of Jazzberry Jam #A0145B
RGB
CMYK
RGB Variations
Color information
#A0145B (or 0xA0145B) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 5B. RGB value is (160,20,91). Sum of RGB (Red+Green+Blue) = 160+20+91=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0145B is #5FEBA4. Grayscale: #454545. Windows color (decimal): -6286245 or 5969056. OLE color: 5969056.
HSL color Cylindrical-coordinate representation of color #A0145B: hue angle of 329.57º degrees, saturation: 0.78, 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 #A0145B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 91 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.37 |
| HSL | 329.57º | 0.78% | 0.35% | - |
| HSV(B) | 329.57º | 0.88% | 0.63% | - |
| XYZ | 16.64 | 8.73 | 10.71 | - |
| YUV | 69.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 91 | 0 | 0.88 | 0.43 | 0.37 | 329.57 | 0.78 | 0.35 |
| Hex | A0 | 14 | 5B | 0 | 58 | 2B | 25 | 14A | 4E | 23 |
| Octal | 240 | 24 | 133 | 0 | 130 | 53 | 45 | 512 | 116 | 43 |
| Binary | 10100000 | 10100 | 1011011 | 0 | 1011000 | 101011 | 100101 | 101001010 | 1001110 | 100011 |
Color Harmonies of #A0145B
Complementary color
Monochromatic Colors of #A0145B
Black with #A0145B
Text Example
Text Example
White with #A0145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0145B; }
p { color: rgb(160,20,91); }
H1.HeaderClassName
{
color: #A0145B;
}
.AnyTagClassName
{
color: #A0145B;
}
</style>
background-color css
<style>
a { background-color: #A0145B; }
a { background-color: rgb(160,20,91); }
div.DivClassName
{
background-color: #A0145B;
}
.BgClassName
{
background-color: #A0145B;
}
</style>
border-color css
<style>
span { border-color: #A0145B; }
span { border-color: rgb(160,20,91); }
td.TdClassName
{
border-color: #A0145B;
}
.TagClassName
{
border-color: #A0145B;
}
</style>