Shades of Jazzberry Jam #A20E44
Tints of Jazzberry Jam #A20E44
RGB
CMYK
RGB Variations
Color information
#A20E44 (or 0xA20E44) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 44. RGB value is (162,14,68). Sum of RGB (Red+Green+Blue) = 162+14+68=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E44 is #5DF1BB. Grayscale: #404040. Windows color (decimal): -6156732 or 4460194. OLE color: 4460194.
HSL color Cylindrical-coordinate representation of color #A20E44: hue angle of 338.11º 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 #A20E44 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 68 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.36 |
| HSL | 338.11º | 0.84% | 0.35% | - |
| HSV(B) | 338.11º | 0.91% | 0.64% | - |
| XYZ | 16.1 | 8.41 | 6.24 | - |
| YUV | 64.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 68 | 0 | 0.91 | 0.58 | 0.36 | 338.11 | 0.84 | 0.35 |
| Hex | A2 | E | 44 | 0 | 5B | 3A | 24 | 152 | 54 | 23 |
| Octal | 242 | 16 | 104 | 0 | 133 | 72 | 44 | 522 | 124 | 43 |
| Binary | 10100010 | 1110 | 1000100 | 0 | 1011011 | 111010 | 100100 | 101010010 | 1010100 | 100011 |
Color Harmonies of #A20E44
Complementary color
Monochromatic Colors of #A20E44
Black with #A20E44
Text Example
Text Example
White with #A20E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E44; }
p { color: rgb(162,14,68); }
H1.HeaderClassName
{
color: #A20E44;
}
.AnyTagClassName
{
color: #A20E44;
}
</style>
background-color css
<style>
a { background-color: #A20E44; }
a { background-color: rgb(162,14,68); }
div.DivClassName
{
background-color: #A20E44;
}
.BgClassName
{
background-color: #A20E44;
}
</style>
border-color css
<style>
span { border-color: #A20E44; }
span { border-color: rgb(162,14,68); }
td.TdClassName
{
border-color: #A20E44;
}
.TagClassName
{
border-color: #A20E44;
}
</style>