Shades of Jazzberry Jam #A60666
Tints of Jazzberry Jam #A60666
RGB
CMYK
RGB Variations
Color information
#A60666 (or 0xA60666) is known color: Jazzberry Jam. HEX triplet: A6, 06 and 66. RGB value is (166,6,102). Sum of RGB (Red+Green+Blue) = 166+6+102=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A60666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60666 is #59F999. Grayscale: #404040. Windows color (decimal): -5896602 or 6686374. OLE color: 6686374.
HSL color Cylindrical-coordinate representation of color #A60666: hue angle of 324º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60666 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.35 |
| HSL | 324º | 0.93% | 0.34% | - |
| HSV(B) | 324º | 0.96% | 0.65% | - |
| XYZ | 18.19 | 9.2 | 13.39 | - |
| YUV | 64.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 102 | 0 | 0.96 | 0.39 | 0.35 | 324 | 0.93 | 0.34 |
| Hex | A6 | 6 | 66 | 0 | 60 | 27 | 23 | 144 | 5D | 22 |
| Octal | 246 | 6 | 146 | 0 | 140 | 47 | 43 | 504 | 135 | 42 |
| Binary | 10100110 | 110 | 1100110 | 0 | 1100000 | 100111 | 100011 | 101000100 | 1011101 | 100010 |
Color Harmonies of #A60666
Complementary color
Monochromatic Colors of #A60666
Black with #A60666
Text Example
Text Example
White with #A60666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60666; }
p { color: rgb(166,6,102); }
H1.HeaderClassName
{
color: #A60666;
}
.AnyTagClassName
{
color: #A60666;
}
</style>
background-color css
<style>
a { background-color: #A60666; }
a { background-color: rgb(166,6,102); }
div.DivClassName
{
background-color: #A60666;
}
.BgClassName
{
background-color: #A60666;
}
</style>
border-color css
<style>
span { border-color: #A60666; }
span { border-color: rgb(166,6,102); }
td.TdClassName
{
border-color: #A60666;
}
.TagClassName
{
border-color: #A60666;
}
</style>