Shades of Jazzberry Jam #A20E62
Tints of Jazzberry Jam #A20E62
RGB
CMYK
RGB Variations
Color information
#A20E62 (or 0xA20E62) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 62. RGB value is (162,14,98). Sum of RGB (Red+Green+Blue) = 162+14+98=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E62 is #5DF19D. Grayscale: #434343. Windows color (decimal): -6156702 or 6426274. OLE color: 6426274.
HSL color Cylindrical-coordinate representation of color #A20E62: hue angle of 325.95º 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 #A20E62 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 98 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.36 |
| HSL | 325.95º | 0.84% | 0.35% | - |
| HSV(B) | 325.95º | 0.91% | 0.64% | - |
| XYZ | 17.26 | 8.88 | 12.36 | - |
| YUV | 67.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 98 | 0 | 0.91 | 0.40 | 0.36 | 325.95 | 0.84 | 0.35 |
| Hex | A2 | E | 62 | 0 | 5B | 28 | 24 | 146 | 54 | 23 |
| Octal | 242 | 16 | 142 | 0 | 133 | 50 | 44 | 506 | 124 | 43 |
| Binary | 10100010 | 1110 | 1100010 | 0 | 1011011 | 101000 | 100100 | 101000110 | 1010100 | 100011 |
Color Harmonies of #A20E62
Complementary color
Monochromatic Colors of #A20E62
Black with #A20E62
Text Example
Text Example
White with #A20E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E62; }
p { color: rgb(162,14,98); }
H1.HeaderClassName
{
color: #A20E62;
}
.AnyTagClassName
{
color: #A20E62;
}
</style>
background-color css
<style>
a { background-color: #A20E62; }
a { background-color: rgb(162,14,98); }
div.DivClassName
{
background-color: #A20E62;
}
.BgClassName
{
background-color: #A20E62;
}
</style>
border-color css
<style>
span { border-color: #A20E62; }
span { border-color: rgb(162,14,98); }
td.TdClassName
{
border-color: #A20E62;
}
.TagClassName
{
border-color: #A20E62;
}
</style>