Shades of Jazzberry Jam #A60955
Tints of Jazzberry Jam #A60955
RGB
CMYK
RGB Variations
Color information
#A60955 (or 0xA60955) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 55. RGB value is (166,9,85). Sum of RGB (Red+Green+Blue) = 166+9+85=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A60955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60955 is #59F6AA. Grayscale: #404040. Windows color (decimal): -5895851 or 5573030. OLE color: 5573030.
HSL color Cylindrical-coordinate representation of color #A60955: hue angle of 330.96º degrees, saturation: 0.9, 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 #A60955 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.35 |
| HSL | 330.96º | 0.9% | 0.34% | - |
| HSV(B) | 330.96º | 0.95% | 0.65% | - |
| XYZ | 17.46 | 8.96 | 9.4 | - |
| YUV | 64.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 85 | 0 | 0.95 | 0.49 | 0.35 | 330.96 | 0.9 | 0.34 |
| Hex | A6 | 9 | 55 | 0 | 5F | 31 | 23 | 14B | 5A | 22 |
| Octal | 246 | 11 | 125 | 0 | 137 | 61 | 43 | 513 | 132 | 42 |
| Binary | 10100110 | 1001 | 1010101 | 0 | 1011111 | 110001 | 100011 | 101001011 | 1011010 | 100010 |
Color Harmonies of #A60955
Complementary color
Monochromatic Colors of #A60955
Black with #A60955
Text Example
Text Example
White with #A60955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60955; }
p { color: rgb(166,9,85); }
H1.HeaderClassName
{
color: #A60955;
}
.AnyTagClassName
{
color: #A60955;
}
</style>
background-color css
<style>
a { background-color: #A60955; }
a { background-color: rgb(166,9,85); }
div.DivClassName
{
background-color: #A60955;
}
.BgClassName
{
background-color: #A60955;
}
</style>
border-color css
<style>
span { border-color: #A60955; }
span { border-color: rgb(166,9,85); }
td.TdClassName
{
border-color: #A60955;
}
.TagClassName
{
border-color: #A60955;
}
</style>