Shades of Jazzberry Jam #A60141
Tints of Jazzberry Jam #A60141
RGB
CMYK
RGB Variations
Color information
#A60141 (or 0xA60141) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 41. RGB value is (166,1,65). Sum of RGB (Red+Green+Blue) = 166+1+65=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A60141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60141 is #59FEBE. Grayscale: #393939. Windows color (decimal): -5897919 or 4260262. OLE color: 4260262.
HSL color Cylindrical-coordinate representation of color #A60141: hue angle of 336.73º 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 #A60141 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.35 |
| HSL | 336.73º | 0.99% | 0.33% | - |
| HSV(B) | 336.73º | 0.99% | 0.65% | - |
| XYZ | 16.69 | 8.51 | 5.76 | - |
| YUV | 57.63 | 132.16 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 65 | 0 | 0.99 | 0.61 | 0.35 | 336.73 | 0.99 | 0.33 |
| Hex | A6 | 1 | 41 | 0 | 63 | 3D | 23 | 151 | 63 | 21 |
| Octal | 246 | 1 | 101 | 0 | 143 | 75 | 43 | 521 | 143 | 41 |
| Binary | 10100110 | 1 | 1000001 | 0 | 1100011 | 111101 | 100011 | 101010001 | 1100011 | 100001 |
Color Harmonies of #A60141
Complementary color
Monochromatic Colors of #A60141
Black with #A60141
Text Example
Text Example
White with #A60141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60141; }
p { color: rgb(166,1,65); }
H1.HeaderClassName
{
color: #A60141;
}
.AnyTagClassName
{
color: #A60141;
}
</style>
background-color css
<style>
a { background-color: #A60141; }
a { background-color: rgb(166,1,65); }
div.DivClassName
{
background-color: #A60141;
}
.BgClassName
{
background-color: #A60141;
}
</style>
border-color css
<style>
span { border-color: #A60141; }
span { border-color: rgb(166,1,65); }
td.TdClassName
{
border-color: #A60141;
}
.TagClassName
{
border-color: #A60141;
}
</style>