Shades of Jazzberry Jam #A60143
Tints of Jazzberry Jam #A60143
RGB
CMYK
RGB Variations
Color information
#A60143 (or 0xA60143) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 43. RGB value is (166,1,67). Sum of RGB (Red+Green+Blue) = 166+1+67=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A60143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60143 is #59FEBC. Grayscale: #393939. Windows color (decimal): -5897917 or 4391334. OLE color: 4391334.
HSL color Cylindrical-coordinate representation of color #A60143: hue angle of 336º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60143 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.35 |
| HSL | 336º | 0.99% | 0.33% | - |
| HSV(B) | 336º | 0.99% | 0.65% | - |
| XYZ | 16.75 | 8.53 | 6.07 | - |
| YUV | 57.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 67 | 0 | 0.99 | 0.60 | 0.35 | 336 | 0.99 | 0.33 |
| Hex | A6 | 1 | 43 | 0 | 63 | 3C | 23 | 150 | 63 | 21 |
| Octal | 246 | 1 | 103 | 0 | 143 | 74 | 43 | 520 | 143 | 41 |
| Binary | 10100110 | 1 | 1000011 | 0 | 1100011 | 111100 | 100011 | 101010000 | 1100011 | 100001 |
Color Harmonies of #A60143
Complementary color
Monochromatic Colors of #A60143
Black with #A60143
Text Example
Text Example
White with #A60143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60143; }
p { color: rgb(166,1,67); }
H1.HeaderClassName
{
color: #A60143;
}
.AnyTagClassName
{
color: #A60143;
}
</style>
background-color css
<style>
a { background-color: #A60143; }
a { background-color: rgb(166,1,67); }
div.DivClassName
{
background-color: #A60143;
}
.BgClassName
{
background-color: #A60143;
}
</style>
border-color css
<style>
span { border-color: #A60143; }
span { border-color: rgb(166,1,67); }
td.TdClassName
{
border-color: #A60143;
}
.TagClassName
{
border-color: #A60143;
}
</style>