Shades of Jazzberry Jam #A00B5A
Tints of Jazzberry Jam #A00B5A
RGB
CMYK
RGB Variations
Color information
#A00B5A (or 0xA00B5A) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 5A. RGB value is (160,11,90). Sum of RGB (Red+Green+Blue) = 160+11+90=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B5A is #5FF4A5. Grayscale: #404040. Windows color (decimal): -6288550 or 5901216. OLE color: 5901216.
HSL color Cylindrical-coordinate representation of color #A00B5A: hue angle of 328.19º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B5A is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 90 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.37 |
| HSL | 328.19º | 0.87% | 0.34% | - |
| HSV(B) | 328.19º | 0.93% | 0.63% | - |
| XYZ | 16.46 | 8.45 | 10.44 | - |
| YUV | 64.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 90 | 0 | 0.93 | 0.44 | 0.37 | 328.19 | 0.87 | 0.34 |
| Hex | A0 | B | 5A | 0 | 5D | 2C | 25 | 148 | 57 | 22 |
| Octal | 240 | 13 | 132 | 0 | 135 | 54 | 45 | 510 | 127 | 42 |
| Binary | 10100000 | 1011 | 1011010 | 0 | 1011101 | 101100 | 100101 | 101001000 | 1010111 | 100010 |
Color Harmonies of #A00B5A
Complementary color
Monochromatic Colors of #A00B5A
Black with #A00B5A
Text Example
Text Example
White with #A00B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B5A; }
p { color: rgb(160,11,90); }
H1.HeaderClassName
{
color: #A00B5A;
}
.AnyTagClassName
{
color: #A00B5A;
}
</style>
background-color css
<style>
a { background-color: #A00B5A; }
a { background-color: rgb(160,11,90); }
div.DivClassName
{
background-color: #A00B5A;
}
.BgClassName
{
background-color: #A00B5A;
}
</style>
border-color css
<style>
span { border-color: #A00B5A; }
span { border-color: rgb(160,11,90); }
td.TdClassName
{
border-color: #A00B5A;
}
.TagClassName
{
border-color: #A00B5A;
}
</style>