Shades of Jazzberry Jam #A60043
Tints of Jazzberry Jam #A60043
RGB
CMYK
RGB Variations
Color information
#A60043 (or 0xA60043) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 43. RGB value is (166,0,67). Sum of RGB (Red+Green+Blue) = 166+0+67=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A60043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60043 is #59FFBC. Grayscale: #393939. Windows color (decimal): -5898173 or 4391078. OLE color: 4391078.
HSL color Cylindrical-coordinate representation of color #A60043: hue angle of 335.78º 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 #A60043 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.60 | 0.35 |
| HSL | 335.78º | 1% | 0.33% | - |
| HSV(B) | 335.78º | 1% | 0.65% | - |
| XYZ | 16.74 | 8.51 | 6.07 | - |
| YUV | 57.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 67 | 0 | 1 | 0.60 | 0.35 | 335.78 | 1 | 0.33 |
| Hex | A6 | 0 | 43 | 0 | 64 | 3C | 23 | 150 | 64 | 21 |
| Octal | 246 | 0 | 103 | 0 | 144 | 74 | 43 | 520 | 144 | 41 |
| Binary | 10100110 | 0 | 1000011 | 0 | 1100100 | 111100 | 100011 | 101010000 | 1100100 | 100001 |
Color Harmonies of #A60043
Complementary color
Monochromatic Colors of #A60043
Black with #A60043
Text Example
Text Example
White with #A60043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60043; }
p { color: rgb(166,0,67); }
H1.HeaderClassName
{
color: #A60043;
}
.AnyTagClassName
{
color: #A60043;
}
</style>
background-color css
<style>
a { background-color: #A60043; }
a { background-color: rgb(166,0,67); }
div.DivClassName
{
background-color: #A60043;
}
.BgClassName
{
background-color: #A60043;
}
</style>
border-color css
<style>
span { border-color: #A60043; }
span { border-color: rgb(166,0,67); }
td.TdClassName
{
border-color: #A60043;
}
.TagClassName
{
border-color: #A60043;
}
</style>