Shades of Jazzberry Jam #A60F62
Tints of Jazzberry Jam #A60F62
RGB
CMYK
RGB Variations
Color information
#A60F62 (or 0xA60F62) is known color: Jazzberry Jam. HEX triplet: A6, 0F and 62. RGB value is (166,15,98). Sum of RGB (Red+Green+Blue) = 166+15+98=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60F62 is #59F09D. Grayscale: #454545. Windows color (decimal): -5894302 or 6426534. OLE color: 6426534.
HSL color Cylindrical-coordinate representation of color #A60F62: hue angle of 327.02º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60F62 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 98 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.35 |
| HSL | 327.02º | 0.83% | 0.35% | - |
| HSV(B) | 327.02º | 0.91% | 0.65% | - |
| XYZ | 18.1 | 9.33 | 12.4 | - |
| YUV | 69.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 98 | 0 | 0.91 | 0.41 | 0.35 | 327.02 | 0.83 | 0.35 |
| Hex | A6 | F | 62 | 0 | 5B | 29 | 23 | 147 | 53 | 23 |
| Octal | 246 | 17 | 142 | 0 | 133 | 51 | 43 | 507 | 123 | 43 |
| Binary | 10100110 | 1111 | 1100010 | 0 | 1011011 | 101001 | 100011 | 101000111 | 1010011 | 100011 |
Color Harmonies of #A60F62
Complementary color
Monochromatic Colors of #A60F62
Black with #A60F62
Text Example
Text Example
White with #A60F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F62; }
p { color: rgb(166,15,98); }
H1.HeaderClassName
{
color: #A60F62;
}
.AnyTagClassName
{
color: #A60F62;
}
</style>
background-color css
<style>
a { background-color: #A60F62; }
a { background-color: rgb(166,15,98); }
div.DivClassName
{
background-color: #A60F62;
}
.BgClassName
{
background-color: #A60F62;
}
</style>
border-color css
<style>
span { border-color: #A60F62; }
span { border-color: rgb(166,15,98); }
td.TdClassName
{
border-color: #A60F62;
}
.TagClassName
{
border-color: #A60F62;
}
</style>