Shades of Jazzberry Jam #A62061
Tints of Jazzberry Jam #A62061
RGB
CMYK
RGB Variations
Color information
#A62061 (or 0xA62061) is known color: Jazzberry Jam. HEX triplet: A6, 20 and 61. RGB value is (166,32,97). Sum of RGB (Red+Green+Blue) = 166+32+97=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A62061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62061 is #59DF9E. Grayscale: #4F4F4F. Windows color (decimal): -5889951 or 6365350. OLE color: 6365350.
HSL color Cylindrical-coordinate representation of color #A62061: hue angle of 330.9º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62061 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 97 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.35 |
| HSL | 330.9º | 0.68% | 0.39% | - |
| HSV(B) | 330.9º | 0.81% | 0.65% | - |
| XYZ | 18.4 | 10 | 12.27 | - |
| YUV | 79.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 97 | 0 | 0.81 | 0.42 | 0.35 | 330.9 | 0.68 | 0.39 |
| Hex | A6 | 20 | 61 | 0 | 51 | 2A | 23 | 14B | 44 | 27 |
| Octal | 246 | 40 | 141 | 0 | 121 | 52 | 43 | 513 | 104 | 47 |
| Binary | 10100110 | 100000 | 1100001 | 0 | 1010001 | 101010 | 100011 | 101001011 | 1000100 | 100111 |
Color Harmonies of #A62061
Complementary color
Monochromatic Colors of #A62061
Black with #A62061
Text Example
Text Example
White with #A62061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62061; }
p { color: rgb(166,32,97); }
H1.HeaderClassName
{
color: #A62061;
}
.AnyTagClassName
{
color: #A62061;
}
</style>
background-color css
<style>
a { background-color: #A62061; }
a { background-color: rgb(166,32,97); }
div.DivClassName
{
background-color: #A62061;
}
.BgClassName
{
background-color: #A62061;
}
</style>
border-color css
<style>
span { border-color: #A62061; }
span { border-color: rgb(166,32,97); }
td.TdClassName
{
border-color: #A62061;
}
.TagClassName
{
border-color: #A62061;
}
</style>