Shades of Jazzberry Jam #A20E5F
Tints of Jazzberry Jam #A20E5F
RGB
CMYK
RGB Variations
Color information
#A20E5F (or 0xA20E5F) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 5F. RGB value is (162,14,95). Sum of RGB (Red+Green+Blue) = 162+14+95=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E5F is #5DF1A0. Grayscale: #434343. Windows color (decimal): -6156705 or 6229666. OLE color: 6229666.
HSL color Cylindrical-coordinate representation of color #A20E5F: hue angle of 327.16º 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 #A20E5F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 95 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.36 |
| HSL | 327.16º | 0.84% | 0.35% | - |
| HSV(B) | 327.16º | 0.91% | 0.64% | - |
| XYZ | 17.12 | 8.82 | 11.63 | - |
| YUV | 67.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 95 | 0 | 0.91 | 0.41 | 0.36 | 327.16 | 0.84 | 0.35 |
| Hex | A2 | E | 5F | 0 | 5B | 29 | 24 | 147 | 54 | 23 |
| Octal | 242 | 16 | 137 | 0 | 133 | 51 | 44 | 507 | 124 | 43 |
| Binary | 10100010 | 1110 | 1011111 | 0 | 1011011 | 101001 | 100100 | 101000111 | 1010100 | 100011 |
Color Harmonies of #A20E5F
Complementary color
Monochromatic Colors of #A20E5F
Black with #A20E5F
Text Example
Text Example
White with #A20E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E5F; }
p { color: rgb(162,14,95); }
H1.HeaderClassName
{
color: #A20E5F;
}
.AnyTagClassName
{
color: #A20E5F;
}
</style>
background-color css
<style>
a { background-color: #A20E5F; }
a { background-color: rgb(162,14,95); }
div.DivClassName
{
background-color: #A20E5F;
}
.BgClassName
{
background-color: #A20E5F;
}
</style>
border-color css
<style>
span { border-color: #A20E5F; }
span { border-color: rgb(162,14,95); }
td.TdClassName
{
border-color: #A20E5F;
}
.TagClassName
{
border-color: #A20E5F;
}
</style>