Shades of Jazzberry Jam #A60253
Tints of Jazzberry Jam #A60253
RGB
CMYK
RGB Variations
Color information
#A60253 (or 0xA60253) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 53. RGB value is (166,2,83). Sum of RGB (Red+Green+Blue) = 166+2+83=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A60253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60253 is #59FDAC. Grayscale: #3C3C3C. Windows color (decimal): -5897645 or 5440166. OLE color: 5440166.
HSL color Cylindrical-coordinate representation of color #A60253: hue angle of 330.37º degrees, saturation: 0.98, 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 #A60253 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.35 |
| HSL | 330.37º | 0.98% | 0.33% | - |
| HSV(B) | 330.37º | 0.99% | 0.65% | - |
| XYZ | 17.31 | 8.77 | 8.97 | - |
| YUV | 60.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 83 | 0 | 0.99 | 0.50 | 0.35 | 330.37 | 0.98 | 0.33 |
| Hex | A6 | 2 | 53 | 0 | 63 | 32 | 23 | 14A | 62 | 21 |
| Octal | 246 | 2 | 123 | 0 | 143 | 62 | 43 | 512 | 142 | 41 |
| Binary | 10100110 | 10 | 1010011 | 0 | 1100011 | 110010 | 100011 | 101001010 | 1100010 | 100001 |
Color Harmonies of #A60253
Complementary color
Monochromatic Colors of #A60253
Black with #A60253
Text Example
Text Example
White with #A60253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60253; }
p { color: rgb(166,2,83); }
H1.HeaderClassName
{
color: #A60253;
}
.AnyTagClassName
{
color: #A60253;
}
</style>
background-color css
<style>
a { background-color: #A60253; }
a { background-color: rgb(166,2,83); }
div.DivClassName
{
background-color: #A60253;
}
.BgClassName
{
background-color: #A60253;
}
</style>
border-color css
<style>
span { border-color: #A60253; }
span { border-color: rgb(166,2,83); }
td.TdClassName
{
border-color: #A60253;
}
.TagClassName
{
border-color: #A60253;
}
</style>