Shades of Jazzberry Jam #A60060
Tints of Jazzberry Jam #A60060
RGB
CMYK
RGB Variations
Color information
#A60060 (or 0xA60060) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 60. RGB value is (166,0,96). Sum of RGB (Red+Green+Blue) = 166+0+96=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A60060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60060 is #59FF9F. Grayscale: #3C3C3C. Windows color (decimal): -5898144 or 6291622. OLE color: 6291622.
HSL color Cylindrical-coordinate representation of color #A60060: hue angle of 325.3º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60060 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.42 | 0.35 |
| HSL | 325.3º | 1% | 0.33% | - |
| HSV(B) | 325.3º | 1% | 0.65% | - |
| XYZ | 17.84 | 8.95 | 11.85 | - |
| YUV | 60.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 96 | 0 | 1 | 0.42 | 0.35 | 325.3 | 1 | 0.33 |
| Hex | A6 | 0 | 60 | 0 | 64 | 2A | 23 | 145 | 64 | 21 |
| Octal | 246 | 0 | 140 | 0 | 144 | 52 | 43 | 505 | 144 | 41 |
| Binary | 10100110 | 0 | 1100000 | 0 | 1100100 | 101010 | 100011 | 101000101 | 1100100 | 100001 |
Color Harmonies of #A60060
Complementary color
Monochromatic Colors of #A60060
Black with #A60060
Text Example
Text Example
White with #A60060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60060; }
p { color: rgb(166,0,96); }
H1.HeaderClassName
{
color: #A60060;
}
.AnyTagClassName
{
color: #A60060;
}
</style>
background-color css
<style>
a { background-color: #A60060; }
a { background-color: rgb(166,0,96); }
div.DivClassName
{
background-color: #A60060;
}
.BgClassName
{
background-color: #A60060;
}
</style>
border-color css
<style>
span { border-color: #A60060; }
span { border-color: rgb(166,0,96); }
td.TdClassName
{
border-color: #A60060;
}
.TagClassName
{
border-color: #A60060;
}
</style>