Shades of Jazzberry Jam #A00A52
Tints of Jazzberry Jam #A00A52
RGB
CMYK
RGB Variations
Color information
#A00A52 (or 0xA00A52) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 52. RGB value is (160,10,82). Sum of RGB (Red+Green+Blue) = 160+10+82=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A52 is #5FF5AD. Grayscale: #3E3E3E. Windows color (decimal): -6288814 or 5376672. OLE color: 5376672.
HSL color Cylindrical-coordinate representation of color #A00A52: hue angle of 331.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A52 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 82 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.37 |
| HSL | 331.2º | 0.88% | 0.33% | - |
| HSV(B) | 331.2º | 0.94% | 0.63% | - |
| XYZ | 16.13 | 8.3 | 8.73 | - |
| YUV | 63.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 82 | 0 | 0.94 | 0.49 | 0.37 | 331.2 | 0.88 | 0.33 |
| Hex | A0 | A | 52 | 0 | 5E | 31 | 25 | 14B | 58 | 21 |
| Octal | 240 | 12 | 122 | 0 | 136 | 61 | 45 | 513 | 130 | 41 |
| Binary | 10100000 | 1010 | 1010010 | 0 | 1011110 | 110001 | 100101 | 101001011 | 1011000 | 100001 |
Color Harmonies of #A00A52
Complementary color
Monochromatic Colors of #A00A52
Black with #A00A52
Text Example
Text Example
White with #A00A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A52; }
p { color: rgb(160,10,82); }
H1.HeaderClassName
{
color: #A00A52;
}
.AnyTagClassName
{
color: #A00A52;
}
</style>
background-color css
<style>
a { background-color: #A00A52; }
a { background-color: rgb(160,10,82); }
div.DivClassName
{
background-color: #A00A52;
}
.BgClassName
{
background-color: #A00A52;
}
</style>
border-color css
<style>
span { border-color: #A00A52; }
span { border-color: rgb(160,10,82); }
td.TdClassName
{
border-color: #A00A52;
}
.TagClassName
{
border-color: #A00A52;
}
</style>