Shades of Jazzberry Jam #A60951
Tints of Jazzberry Jam #A60951
RGB
CMYK
RGB Variations
Color information
#A60951 (or 0xA60951) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 51. RGB value is (166,9,81). Sum of RGB (Red+Green+Blue) = 166+9+81=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A60951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60951 is #59F6AE. Grayscale: #404040. Windows color (decimal): -5895855 or 5310886. OLE color: 5310886.
HSL color Cylindrical-coordinate representation of color #A60951: hue angle of 332.48º 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 #A60951 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 81 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.35 |
| HSL | 332.48º | 0.9% | 0.34% | - |
| HSV(B) | 332.48º | 0.95% | 0.65% | - |
| XYZ | 17.31 | 8.9 | 8.59 | - |
| YUV | 64.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 81 | 0 | 0.95 | 0.51 | 0.35 | 332.48 | 0.9 | 0.34 |
| Hex | A6 | 9 | 51 | 0 | 5F | 33 | 23 | 14C | 5A | 22 |
| Octal | 246 | 11 | 121 | 0 | 137 | 63 | 43 | 514 | 132 | 42 |
| Binary | 10100110 | 1001 | 1010001 | 0 | 1011111 | 110011 | 100011 | 101001100 | 1011010 | 100010 |
Color Harmonies of #A60951
Complementary color
Monochromatic Colors of #A60951
Black with #A60951
Text Example
Text Example
White with #A60951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60951; }
p { color: rgb(166,9,81); }
H1.HeaderClassName
{
color: #A60951;
}
.AnyTagClassName
{
color: #A60951;
}
</style>
background-color css
<style>
a { background-color: #A60951; }
a { background-color: rgb(166,9,81); }
div.DivClassName
{
background-color: #A60951;
}
.BgClassName
{
background-color: #A60951;
}
</style>
border-color css
<style>
span { border-color: #A60951; }
span { border-color: rgb(166,9,81); }
td.TdClassName
{
border-color: #A60951;
}
.TagClassName
{
border-color: #A60951;
}
</style>