Shades of Jazzberry Jam #A60B5C
Tints of Jazzberry Jam #A60B5C
RGB
CMYK
RGB Variations
Color information
#A60B5C (or 0xA60B5C) is known color: Jazzberry Jam. HEX triplet: A6, 0B and 5C. RGB value is (166,11,92). Sum of RGB (Red+Green+Blue) = 166+11+92=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B5C is #59F4A3. Grayscale: #424242. Windows color (decimal): -5895332 or 6032294. OLE color: 6032294.
HSL color Cylindrical-coordinate representation of color #A60B5C: hue angle of 328.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B5C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 92 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.35 |
| HSL | 328.65º | 0.88% | 0.35% | - |
| HSV(B) | 328.65º | 0.93% | 0.65% | - |
| XYZ | 17.78 | 9.12 | 10.95 | - |
| YUV | 66.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 92 | 0 | 0.93 | 0.45 | 0.35 | 328.65 | 0.88 | 0.35 |
| Hex | A6 | B | 5C | 0 | 5D | 2D | 23 | 149 | 58 | 23 |
| Octal | 246 | 13 | 134 | 0 | 135 | 55 | 43 | 511 | 130 | 43 |
| Binary | 10100110 | 1011 | 1011100 | 0 | 1011101 | 101101 | 100011 | 101001001 | 1011000 | 100011 |
Color Harmonies of #A60B5C
Complementary color
Monochromatic Colors of #A60B5C
Black with #A60B5C
Text Example
Text Example
White with #A60B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B5C; }
p { color: rgb(166,11,92); }
H1.HeaderClassName
{
color: #A60B5C;
}
.AnyTagClassName
{
color: #A60B5C;
}
</style>
background-color css
<style>
a { background-color: #A60B5C; }
a { background-color: rgb(166,11,92); }
div.DivClassName
{
background-color: #A60B5C;
}
.BgClassName
{
background-color: #A60B5C;
}
</style>
border-color css
<style>
span { border-color: #A60B5C; }
span { border-color: rgb(166,11,92); }
td.TdClassName
{
border-color: #A60B5C;
}
.TagClassName
{
border-color: #A60B5C;
}
</style>