Shades of Jazzberry Jam #A60E6D
Tints of Jazzberry Jam #A60E6D
RGB
CMYK
RGB Variations
Color information
#A60E6D (or 0xA60E6D) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 6D. RGB value is (166,14,109). Sum of RGB (Red+Green+Blue) = 166+14+109=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E6D is #59F192. Grayscale: #464646. Windows color (decimal): -5894547 or 7147174. OLE color: 7147174.
HSL color Cylindrical-coordinate representation of color #A60E6D: hue angle of 322.5º 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 #A60E6D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 109 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.35 |
| HSL | 322.5º | 0.84% | 0.35% | - |
| HSV(B) | 322.5º | 0.92% | 0.65% | - |
| XYZ | 18.64 | 9.53 | 15.32 | - |
| YUV | 70.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 109 | 0 | 0.92 | 0.34 | 0.35 | 322.5 | 0.84 | 0.35 |
| Hex | A6 | E | 6D | 0 | 5C | 22 | 23 | 142 | 54 | 23 |
| Octal | 246 | 16 | 155 | 0 | 134 | 42 | 43 | 502 | 124 | 43 |
| Binary | 10100110 | 1110 | 1101101 | 0 | 1011100 | 100010 | 100011 | 101000010 | 1010100 | 100011 |
Color Harmonies of #A60E6D
Complementary color
Monochromatic Colors of #A60E6D
Black with #A60E6D
Text Example
Text Example
White with #A60E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E6D; }
p { color: rgb(166,14,109); }
H1.HeaderClassName
{
color: #A60E6D;
}
.AnyTagClassName
{
color: #A60E6D;
}
</style>
background-color css
<style>
a { background-color: #A60E6D; }
a { background-color: rgb(166,14,109); }
div.DivClassName
{
background-color: #A60E6D;
}
.BgClassName
{
background-color: #A60E6D;
}
</style>
border-color css
<style>
span { border-color: #A60E6D; }
span { border-color: rgb(166,14,109); }
td.TdClassName
{
border-color: #A60E6D;
}
.TagClassName
{
border-color: #A60E6D;
}
</style>