Shades of Jazzberry Jam #A60E5D
Tints of Jazzberry Jam #A60E5D
RGB
CMYK
RGB Variations
Color information
#A60E5D (or 0xA60E5D) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 5D. RGB value is (166,14,93). Sum of RGB (Red+Green+Blue) = 166+14+93=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E5D is #59F1A2. Grayscale: #444444. Windows color (decimal): -5894563 or 6098598. OLE color: 6098598.
HSL color Cylindrical-coordinate representation of color #A60E5D: hue angle of 328.82º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E5D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 93 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.35 |
| HSL | 328.82º | 0.84% | 0.35% | - |
| HSV(B) | 328.82º | 0.92% | 0.65% | - |
| XYZ | 17.86 | 9.21 | 11.19 | - |
| YUV | 68.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 93 | 0 | 0.92 | 0.44 | 0.35 | 328.82 | 0.84 | 0.35 |
| Hex | A6 | E | 5D | 0 | 5C | 2C | 23 | 149 | 54 | 23 |
| Octal | 246 | 16 | 135 | 0 | 134 | 54 | 43 | 511 | 124 | 43 |
| Binary | 10100110 | 1110 | 1011101 | 0 | 1011100 | 101100 | 100011 | 101001001 | 1010100 | 100011 |
Color Harmonies of #A60E5D
Complementary color
Monochromatic Colors of #A60E5D
Black with #A60E5D
Text Example
Text Example
White with #A60E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E5D; }
p { color: rgb(166,14,93); }
H1.HeaderClassName
{
color: #A60E5D;
}
.AnyTagClassName
{
color: #A60E5D;
}
</style>
background-color css
<style>
a { background-color: #A60E5D; }
a { background-color: rgb(166,14,93); }
div.DivClassName
{
background-color: #A60E5D;
}
.BgClassName
{
background-color: #A60E5D;
}
</style>
border-color css
<style>
span { border-color: #A60E5D; }
span { border-color: rgb(166,14,93); }
td.TdClassName
{
border-color: #A60E5D;
}
.TagClassName
{
border-color: #A60E5D;
}
</style>