Shades of Jazzberry Jam #A20E50
Tints of Jazzberry Jam #A20E50
RGB
CMYK
RGB Variations
Color information
#A20E50 (or 0xA20E50) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 50. RGB value is (162,14,80). Sum of RGB (Red+Green+Blue) = 162+14+80=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E50 is #5DF1AF. Grayscale: #414141. Windows color (decimal): -6156720 or 5246626. OLE color: 5246626.
HSL color Cylindrical-coordinate representation of color #A20E50: hue angle of 333.24º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E50 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 80 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.36 |
| HSL | 333.24º | 0.84% | 0.35% | - |
| HSV(B) | 333.24º | 0.91% | 0.64% | - |
| XYZ | 16.51 | 8.57 | 8.37 | - |
| YUV | 65.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 80 | 0 | 0.91 | 0.51 | 0.36 | 333.24 | 0.84 | 0.35 |
| Hex | A2 | E | 50 | 0 | 5B | 33 | 24 | 14D | 54 | 23 |
| Octal | 242 | 16 | 120 | 0 | 133 | 63 | 44 | 515 | 124 | 43 |
| Binary | 10100010 | 1110 | 1010000 | 0 | 1011011 | 110011 | 100100 | 101001101 | 1010100 | 100011 |
Color Harmonies of #A20E50
Complementary color
Monochromatic Colors of #A20E50
Black with #A20E50
Text Example
Text Example
White with #A20E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E50; }
p { color: rgb(162,14,80); }
H1.HeaderClassName
{
color: #A20E50;
}
.AnyTagClassName
{
color: #A20E50;
}
</style>
background-color css
<style>
a { background-color: #A20E50; }
a { background-color: rgb(162,14,80); }
div.DivClassName
{
background-color: #A20E50;
}
.BgClassName
{
background-color: #A20E50;
}
</style>
border-color css
<style>
span { border-color: #A20E50; }
span { border-color: rgb(162,14,80); }
td.TdClassName
{
border-color: #A20E50;
}
.TagClassName
{
border-color: #A20E50;
}
</style>