Shades of Jazzberry Jam #A60B6E
Tints of Jazzberry Jam #A60B6E
RGB
CMYK
RGB Variations
Color information
#A60B6E (or 0xA60B6E) is known color: Jazzberry Jam. HEX triplet: A6, 0B and 6E. RGB value is (166,11,110). Sum of RGB (Red+Green+Blue) = 166+11+110=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B6E is #59F491. Grayscale: #444444. Windows color (decimal): -5895314 or 7211942. OLE color: 7211942.
HSL color Cylindrical-coordinate representation of color #A60B6E: hue angle of 321.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B6E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 110 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.35 |
| HSL | 321.68º | 0.88% | 0.35% | - |
| HSV(B) | 321.68º | 0.93% | 0.65% | - |
| XYZ | 18.66 | 9.47 | 15.6 | - |
| YUV | 68.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 110 | 0 | 0.93 | 0.34 | 0.35 | 321.68 | 0.88 | 0.35 |
| Hex | A6 | B | 6E | 0 | 5D | 22 | 23 | 142 | 58 | 23 |
| Octal | 246 | 13 | 156 | 0 | 135 | 42 | 43 | 502 | 130 | 43 |
| Binary | 10100110 | 1011 | 1101110 | 0 | 1011101 | 100010 | 100011 | 101000010 | 1011000 | 100011 |
Color Harmonies of #A60B6E
Complementary color
Monochromatic Colors of #A60B6E
Black with #A60B6E
Text Example
Text Example
White with #A60B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B6E; }
p { color: rgb(166,11,110); }
H1.HeaderClassName
{
color: #A60B6E;
}
.AnyTagClassName
{
color: #A60B6E;
}
</style>
background-color css
<style>
a { background-color: #A60B6E; }
a { background-color: rgb(166,11,110); }
div.DivClassName
{
background-color: #A60B6E;
}
.BgClassName
{
background-color: #A60B6E;
}
</style>
border-color css
<style>
span { border-color: #A60B6E; }
span { border-color: rgb(166,11,110); }
td.TdClassName
{
border-color: #A60B6E;
}
.TagClassName
{
border-color: #A60B6E;
}
</style>