Shades of Jazzberry Jam #A60050
Tints of Jazzberry Jam #A60050
RGB
CMYK
RGB Variations
Color information
#A60050 (or 0xA60050) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 50. RGB value is (166,0,80). Sum of RGB (Red+Green+Blue) = 166+0+80=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A60050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60050 is #59FFAF. Grayscale: #3A3A3A. Windows color (decimal): -5898160 or 5243046. OLE color: 5243046.
HSL color Cylindrical-coordinate representation of color #A60050: hue angle of 331.08º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60050 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.52 | 0.35 |
| HSL | 331.08º | 1% | 0.33% | - |
| HSV(B) | 331.08º | 1% | 0.65% | - |
| XYZ | 17.17 | 8.69 | 8.36 | - |
| YUV | 58.75 | 140 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 80 | 0 | 1 | 0.52 | 0.35 | 331.08 | 1 | 0.33 |
| Hex | A6 | 0 | 50 | 0 | 64 | 34 | 23 | 14B | 64 | 21 |
| Octal | 246 | 0 | 120 | 0 | 144 | 64 | 43 | 513 | 144 | 41 |
| Binary | 10100110 | 0 | 1010000 | 0 | 1100100 | 110100 | 100011 | 101001011 | 1100100 | 100001 |
Color Harmonies of #A60050
Complementary color
Monochromatic Colors of #A60050
Black with #A60050
Text Example
Text Example
White with #A60050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60050; }
p { color: rgb(166,0,80); }
H1.HeaderClassName
{
color: #A60050;
}
.AnyTagClassName
{
color: #A60050;
}
</style>
background-color css
<style>
a { background-color: #A60050; }
a { background-color: rgb(166,0,80); }
div.DivClassName
{
background-color: #A60050;
}
.BgClassName
{
background-color: #A60050;
}
</style>
border-color css
<style>
span { border-color: #A60050; }
span { border-color: rgb(166,0,80); }
td.TdClassName
{
border-color: #A60050;
}
.TagClassName
{
border-color: #A60050;
}
</style>