Shades of Jazzberry Jam #A60E5B
Tints of Jazzberry Jam #A60E5B
RGB
CMYK
RGB Variations
Color information
#A60E5B (or 0xA60E5B) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 5B. RGB value is (166,14,91). Sum of RGB (Red+Green+Blue) = 166+14+91=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E5B is #59F1A4. Grayscale: #444444. Windows color (decimal): -5894565 or 5967526. OLE color: 5967526.
HSL color Cylindrical-coordinate representation of color #A60E5B: hue angle of 329.61º 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 #A60E5B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 91 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.35 |
| HSL | 329.61º | 0.84% | 0.35% | - |
| HSV(B) | 329.61º | 0.92% | 0.65% | - |
| XYZ | 17.77 | 9.18 | 10.73 | - |
| YUV | 68.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 91 | 0 | 0.92 | 0.45 | 0.35 | 329.61 | 0.84 | 0.35 |
| Hex | A6 | E | 5B | 0 | 5C | 2D | 23 | 14A | 54 | 23 |
| Octal | 246 | 16 | 133 | 0 | 134 | 55 | 43 | 512 | 124 | 43 |
| Binary | 10100110 | 1110 | 1011011 | 0 | 1011100 | 101101 | 100011 | 101001010 | 1010100 | 100011 |
Color Harmonies of #A60E5B
Complementary color
Monochromatic Colors of #A60E5B
Black with #A60E5B
Text Example
Text Example
White with #A60E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E5B; }
p { color: rgb(166,14,91); }
H1.HeaderClassName
{
color: #A60E5B;
}
.AnyTagClassName
{
color: #A60E5B;
}
</style>
background-color css
<style>
a { background-color: #A60E5B; }
a { background-color: rgb(166,14,91); }
div.DivClassName
{
background-color: #A60E5B;
}
.BgClassName
{
background-color: #A60E5B;
}
</style>
border-color css
<style>
span { border-color: #A60E5B; }
span { border-color: rgb(166,14,91); }
td.TdClassName
{
border-color: #A60E5B;
}
.TagClassName
{
border-color: #A60E5B;
}
</style>