Shades of Jazzberry Jam #A20E5E
Tints of Jazzberry Jam #A20E5E
RGB
CMYK
RGB Variations
Color information
#A20E5E (or 0xA20E5E) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 5E. RGB value is (162,14,94). Sum of RGB (Red+Green+Blue) = 162+14+94=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E5E is #5DF1A1. Grayscale: #434343. Windows color (decimal): -6156706 or 6164130. OLE color: 6164130.
HSL color Cylindrical-coordinate representation of color #A20E5E: hue angle of 327.57º 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 #A20E5E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 94 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.36 |
| HSL | 327.57º | 0.84% | 0.35% | - |
| HSV(B) | 327.57º | 0.91% | 0.64% | - |
| XYZ | 17.08 | 8.8 | 11.39 | - |
| YUV | 67.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 94 | 0 | 0.91 | 0.42 | 0.36 | 327.57 | 0.84 | 0.35 |
| Hex | A2 | E | 5E | 0 | 5B | 2A | 24 | 148 | 54 | 23 |
| Octal | 242 | 16 | 136 | 0 | 133 | 52 | 44 | 510 | 124 | 43 |
| Binary | 10100010 | 1110 | 1011110 | 0 | 1011011 | 101010 | 100100 | 101001000 | 1010100 | 100011 |
Color Harmonies of #A20E5E
Complementary color
Monochromatic Colors of #A20E5E
Black with #A20E5E
Text Example
Text Example
White with #A20E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E5E; }
p { color: rgb(162,14,94); }
H1.HeaderClassName
{
color: #A20E5E;
}
.AnyTagClassName
{
color: #A20E5E;
}
</style>
background-color css
<style>
a { background-color: #A20E5E; }
a { background-color: rgb(162,14,94); }
div.DivClassName
{
background-color: #A20E5E;
}
.BgClassName
{
background-color: #A20E5E;
}
</style>
border-color css
<style>
span { border-color: #A20E5E; }
span { border-color: rgb(162,14,94); }
td.TdClassName
{
border-color: #A20E5E;
}
.TagClassName
{
border-color: #A20E5E;
}
</style>