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