Shades of Jazzberry Jam #A60E6F
Tints of Jazzberry Jam #A60E6F
RGB
CMYK
RGB Variations
Color information
#A60E6F (or 0xA60E6F) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 6F. RGB value is (166,14,111). Sum of RGB (Red+Green+Blue) = 166+14+111=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E6F is #59F190. Grayscale: #464646. Windows color (decimal): -5894545 or 7278246. OLE color: 7278246.
HSL color Cylindrical-coordinate representation of color #A60E6F: hue angle of 321.71º 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 #A60E6F is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 111 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.35 |
| HSL | 321.71º | 0.84% | 0.35% | - |
| HSV(B) | 321.71º | 0.92% | 0.65% | - |
| XYZ | 18.75 | 9.57 | 15.9 | - |
| YUV | 70.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 111 | 0 | 0.92 | 0.33 | 0.35 | 321.71 | 0.84 | 0.35 |
| Hex | A6 | E | 6F | 0 | 5C | 21 | 23 | 142 | 54 | 23 |
| Octal | 246 | 16 | 157 | 0 | 134 | 41 | 43 | 502 | 124 | 43 |
| Binary | 10100110 | 1110 | 1101111 | 0 | 1011100 | 100001 | 100011 | 101000010 | 1010100 | 100011 |
Color Harmonies of #A60E6F
Complementary color
Monochromatic Colors of #A60E6F
Black with #A60E6F
Text Example
Text Example
White with #A60E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E6F; }
p { color: rgb(166,14,111); }
H1.HeaderClassName
{
color: #A60E6F;
}
.AnyTagClassName
{
color: #A60E6F;
}
</style>
background-color css
<style>
a { background-color: #A60E6F; }
a { background-color: rgb(166,14,111); }
div.DivClassName
{
background-color: #A60E6F;
}
.BgClassName
{
background-color: #A60E6F;
}
</style>
border-color css
<style>
span { border-color: #A60E6F; }
span { border-color: rgb(166,14,111); }
td.TdClassName
{
border-color: #A60E6F;
}
.TagClassName
{
border-color: #A60E6F;
}
</style>