Shades of Jazzberry Jam #A60353
Tints of Jazzberry Jam #A60353
RGB
CMYK
RGB Variations
Color information
#A60353 (or 0xA60353) is known color: Jazzberry Jam. HEX triplet: A6, 03 and 53. RGB value is (166,3,83). Sum of RGB (Red+Green+Blue) = 166+3+83=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A60353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60353 is #59FCAC. Grayscale: #3C3C3C. Windows color (decimal): -5897389 or 5440422. OLE color: 5440422.
HSL color Cylindrical-coordinate representation of color #A60353: hue angle of 330.55º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60353 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.35 |
| HSL | 330.55º | 0.96% | 0.33% | - |
| HSV(B) | 330.55º | 0.98% | 0.65% | - |
| XYZ | 17.32 | 8.8 | 8.97 | - |
| YUV | 60.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 83 | 0 | 0.98 | 0.50 | 0.35 | 330.55 | 0.96 | 0.33 |
| Hex | A6 | 3 | 53 | 0 | 62 | 32 | 23 | 14B | 60 | 21 |
| Octal | 246 | 3 | 123 | 0 | 142 | 62 | 43 | 513 | 140 | 41 |
| Binary | 10100110 | 11 | 1010011 | 0 | 1100010 | 110010 | 100011 | 101001011 | 1100000 | 100001 |
Color Harmonies of #A60353
Complementary color
Monochromatic Colors of #A60353
Black with #A60353
Text Example
Text Example
White with #A60353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60353; }
p { color: rgb(166,3,83); }
H1.HeaderClassName
{
color: #A60353;
}
.AnyTagClassName
{
color: #A60353;
}
</style>
background-color css
<style>
a { background-color: #A60353; }
a { background-color: rgb(166,3,83); }
div.DivClassName
{
background-color: #A60353;
}
.BgClassName
{
background-color: #A60353;
}
</style>
border-color css
<style>
span { border-color: #A60353; }
span { border-color: rgb(166,3,83); }
td.TdClassName
{
border-color: #A60353;
}
.TagClassName
{
border-color: #A60353;
}
</style>