Shades of Jazzberry Jam #A00D5D
Tints of Jazzberry Jam #A00D5D
RGB
CMYK
RGB Variations
Color information
#A00D5D (or 0xA00D5D) is known color: Jazzberry Jam. HEX triplet: A0, 0D and 5D. RGB value is (160,13,93). Sum of RGB (Red+Green+Blue) = 160+13+93=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00D5D is #5FF2A2. Grayscale: #414141. Windows color (decimal): -6288035 or 6098336. OLE color: 6098336.
HSL color Cylindrical-coordinate representation of color #A00D5D: hue angle of 327.35º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D5D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 93 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.37 |
| HSL | 327.35º | 0.85% | 0.34% | - |
| HSV(B) | 327.35º | 0.92% | 0.63% | - |
| XYZ | 16.62 | 8.55 | 11.13 | - |
| YUV | 66.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 93 | 0 | 0.92 | 0.42 | 0.37 | 327.35 | 0.85 | 0.34 |
| Hex | A0 | D | 5D | 0 | 5C | 2A | 25 | 147 | 55 | 22 |
| Octal | 240 | 15 | 135 | 0 | 134 | 52 | 45 | 507 | 125 | 42 |
| Binary | 10100000 | 1101 | 1011101 | 0 | 1011100 | 101010 | 100101 | 101000111 | 1010101 | 100010 |
Color Harmonies of #A00D5D
Complementary color
Monochromatic Colors of #A00D5D
Black with #A00D5D
Text Example
Text Example
White with #A00D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D5D; }
p { color: rgb(160,13,93); }
H1.HeaderClassName
{
color: #A00D5D;
}
.AnyTagClassName
{
color: #A00D5D;
}
</style>
background-color css
<style>
a { background-color: #A00D5D; }
a { background-color: rgb(160,13,93); }
div.DivClassName
{
background-color: #A00D5D;
}
.BgClassName
{
background-color: #A00D5D;
}
</style>
border-color css
<style>
span { border-color: #A00D5D; }
span { border-color: rgb(160,13,93); }
td.TdClassName
{
border-color: #A00D5D;
}
.TagClassName
{
border-color: #A00D5D;
}
</style>