Shades of Jazzberry Jam #A60866
Tints of Jazzberry Jam #A60866
RGB
CMYK
RGB Variations
Color information
#A60866 (or 0xA60866) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 66. RGB value is (166,8,102). Sum of RGB (Red+Green+Blue) = 166+8+102=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A60866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60866 is #59F799. Grayscale: #414141. Windows color (decimal): -5896090 or 6686886. OLE color: 6686886.
HSL color Cylindrical-coordinate representation of color #A60866: hue angle of 324.3º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60866 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.35 |
| HSL | 324.3º | 0.91% | 0.34% | - |
| HSV(B) | 324.3º | 0.95% | 0.65% | - |
| XYZ | 18.21 | 9.24 | 13.39 | - |
| YUV | 65.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 102 | 0 | 0.95 | 0.39 | 0.35 | 324.3 | 0.91 | 0.34 |
| Hex | A6 | 8 | 66 | 0 | 5F | 27 | 23 | 144 | 5B | 22 |
| Octal | 246 | 10 | 146 | 0 | 137 | 47 | 43 | 504 | 133 | 42 |
| Binary | 10100110 | 1000 | 1100110 | 0 | 1011111 | 100111 | 100011 | 101000100 | 1011011 | 100010 |
Color Harmonies of #A60866
Complementary color
Monochromatic Colors of #A60866
Black with #A60866
Text Example
Text Example
White with #A60866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60866; }
p { color: rgb(166,8,102); }
H1.HeaderClassName
{
color: #A60866;
}
.AnyTagClassName
{
color: #A60866;
}
</style>
background-color css
<style>
a { background-color: #A60866; }
a { background-color: rgb(166,8,102); }
div.DivClassName
{
background-color: #A60866;
}
.BgClassName
{
background-color: #A60866;
}
</style>
border-color css
<style>
span { border-color: #A60866; }
span { border-color: rgb(166,8,102); }
td.TdClassName
{
border-color: #A60866;
}
.TagClassName
{
border-color: #A60866;
}
</style>