Shades of Jazzberry Jam #A60151
Tints of Jazzberry Jam #A60151
RGB
CMYK
RGB Variations
Color information
#A60151 (or 0xA60151) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 51. RGB value is (166,1,81). Sum of RGB (Red+Green+Blue) = 166+1+81=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A60151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60151 is #59FEAE. Grayscale: #3B3B3B. Windows color (decimal): -5897903 or 5308838. OLE color: 5308838.
HSL color Cylindrical-coordinate representation of color #A60151: hue angle of 330.91º 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 #A60151 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.35 |
| HSL | 330.91º | 0.99% | 0.33% | - |
| HSV(B) | 330.91º | 0.99% | 0.65% | - |
| XYZ | 17.22 | 8.72 | 8.56 | - |
| YUV | 59.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 81 | 0 | 0.99 | 0.51 | 0.35 | 330.91 | 0.99 | 0.33 |
| Hex | A6 | 1 | 51 | 0 | 63 | 33 | 23 | 14B | 63 | 21 |
| Octal | 246 | 1 | 121 | 0 | 143 | 63 | 43 | 513 | 143 | 41 |
| Binary | 10100110 | 1 | 1010001 | 0 | 1100011 | 110011 | 100011 | 101001011 | 1100011 | 100001 |
Color Harmonies of #A60151
Complementary color
Monochromatic Colors of #A60151
Black with #A60151
Text Example
Text Example
White with #A60151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60151; }
p { color: rgb(166,1,81); }
H1.HeaderClassName
{
color: #A60151;
}
.AnyTagClassName
{
color: #A60151;
}
</style>
background-color css
<style>
a { background-color: #A60151; }
a { background-color: rgb(166,1,81); }
div.DivClassName
{
background-color: #A60151;
}
.BgClassName
{
background-color: #A60151;
}
</style>
border-color css
<style>
span { border-color: #A60151; }
span { border-color: rgb(166,1,81); }
td.TdClassName
{
border-color: #A60151;
}
.TagClassName
{
border-color: #A60151;
}
</style>