Shades of Jazzberry Jam #A20A53
Tints of Jazzberry Jam #A20A53
RGB
CMYK
RGB Variations
Color information
#A20A53 (or 0xA20A53) is known color: Jazzberry Jam. HEX triplet: A2, 0A and 53. RGB value is (162,10,83). Sum of RGB (Red+Green+Blue) = 162+10+83=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A53 is #5DF5AC. Grayscale: #3F3F3F. Windows color (decimal): -6157741 or 5442210. OLE color: 5442210.
HSL color Cylindrical-coordinate representation of color #A20A53: hue angle of 331.18º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A53 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 83 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.36 |
| HSL | 331.18º | 0.88% | 0.34% | - |
| HSV(B) | 331.18º | 0.94% | 0.64% | - |
| XYZ | 16.57 | 8.52 | 8.96 | - |
| YUV | 63.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 83 | 0 | 0.94 | 0.49 | 0.36 | 331.18 | 0.88 | 0.34 |
| Hex | A2 | A | 53 | 0 | 5E | 31 | 24 | 14B | 58 | 22 |
| Octal | 242 | 12 | 123 | 0 | 136 | 61 | 44 | 513 | 130 | 42 |
| Binary | 10100010 | 1010 | 1010011 | 0 | 1011110 | 110001 | 100100 | 101001011 | 1011000 | 100010 |
Color Harmonies of #A20A53
Complementary color
Monochromatic Colors of #A20A53
Black with #A20A53
Text Example
Text Example
White with #A20A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A53; }
p { color: rgb(162,10,83); }
H1.HeaderClassName
{
color: #A20A53;
}
.AnyTagClassName
{
color: #A20A53;
}
</style>
background-color css
<style>
a { background-color: #A20A53; }
a { background-color: rgb(162,10,83); }
div.DivClassName
{
background-color: #A20A53;
}
.BgClassName
{
background-color: #A20A53;
}
</style>
border-color css
<style>
span { border-color: #A20A53; }
span { border-color: rgb(162,10,83); }
td.TdClassName
{
border-color: #A20A53;
}
.TagClassName
{
border-color: #A20A53;
}
</style>