Shades of Jazzberry Jam #A00253
Tints of Jazzberry Jam #A00253
RGB
CMYK
RGB Variations
Color information
#A00253 (or 0xA00253) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 53. RGB value is (160,2,83). Sum of RGB (Red+Green+Blue) = 160+2+83=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A00253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00253 is #5FFDAC. Grayscale: #3A3A3A. Windows color (decimal): -6290861 or 5440160. OLE color: 5440160.
HSL color Cylindrical-coordinate representation of color #A00253: hue angle of 329.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00253 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.37 |
| HSL | 329.24º | 0.98% | 0.32% | - |
| HSV(B) | 329.24º | 0.99% | 0.63% | - |
| XYZ | 16.08 | 8.14 | 8.91 | - |
| YUV | 58.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 83 | 0 | 0.99 | 0.48 | 0.37 | 329.24 | 0.98 | 0.32 |
| Hex | A0 | 2 | 53 | 0 | 63 | 30 | 25 | 149 | 62 | 20 |
| Octal | 240 | 2 | 123 | 0 | 143 | 60 | 45 | 511 | 142 | 40 |
| Binary | 10100000 | 10 | 1010011 | 0 | 1100011 | 110000 | 100101 | 101001001 | 1100010 | 100000 |
Color Harmonies of #A00253
Complementary color
Monochromatic Colors of #A00253
Black with #A00253
Text Example
Text Example
White with #A00253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00253; }
p { color: rgb(160,2,83); }
H1.HeaderClassName
{
color: #A00253;
}
.AnyTagClassName
{
color: #A00253;
}
</style>
background-color css
<style>
a { background-color: #A00253; }
a { background-color: rgb(160,2,83); }
div.DivClassName
{
background-color: #A00253;
}
.BgClassName
{
background-color: #A00253;
}
</style>
border-color css
<style>
span { border-color: #A00253; }
span { border-color: rgb(160,2,83); }
td.TdClassName
{
border-color: #A00253;
}
.TagClassName
{
border-color: #A00253;
}
</style>