Shades of Jazzberry Jam #A60865
Tints of Jazzberry Jam #A60865
RGB
CMYK
RGB Variations
Color information
#A60865 (or 0xA60865) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 65. RGB value is (166,8,101). Sum of RGB (Red+Green+Blue) = 166+8+101=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A60865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60865 is #59F79A. Grayscale: #414141. Windows color (decimal): -5896091 or 6621350. OLE color: 6621350.
HSL color Cylindrical-coordinate representation of color #A60865: hue angle of 324.68º 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 #A60865 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 101 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.35 |
| HSL | 324.68º | 0.91% | 0.34% | - |
| HSV(B) | 324.68º | 0.95% | 0.65% | - |
| XYZ | 18.16 | 9.22 | 13.13 | - |
| YUV | 65.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 101 | 0 | 0.95 | 0.39 | 0.35 | 324.68 | 0.91 | 0.34 |
| Hex | A6 | 8 | 65 | 0 | 5F | 27 | 23 | 145 | 5B | 22 |
| Octal | 246 | 10 | 145 | 0 | 137 | 47 | 43 | 505 | 133 | 42 |
| Binary | 10100110 | 1000 | 1100101 | 0 | 1011111 | 100111 | 100011 | 101000101 | 1011011 | 100010 |
Color Harmonies of #A60865
Complementary color
Monochromatic Colors of #A60865
Black with #A60865
Text Example
Text Example
White with #A60865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60865; }
p { color: rgb(166,8,101); }
H1.HeaderClassName
{
color: #A60865;
}
.AnyTagClassName
{
color: #A60865;
}
</style>
background-color css
<style>
a { background-color: #A60865; }
a { background-color: rgb(166,8,101); }
div.DivClassName
{
background-color: #A60865;
}
.BgClassName
{
background-color: #A60865;
}
</style>
border-color css
<style>
span { border-color: #A60865; }
span { border-color: rgb(166,8,101); }
td.TdClassName
{
border-color: #A60865;
}
.TagClassName
{
border-color: #A60865;
}
</style>