Shades of Jazzberry Jam #A20C5E
Tints of Jazzberry Jam #A20C5E
RGB
CMYK
RGB Variations
Color information
#A20C5E (or 0xA20C5E) is known color: Jazzberry Jam. HEX triplet: A2, 0C and 5E. RGB value is (162,12,94). Sum of RGB (Red+Green+Blue) = 162+12+94=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C5E is #5DF3A1. Grayscale: #424242. Windows color (decimal): -6157218 or 6163618. OLE color: 6163618.
HSL color Cylindrical-coordinate representation of color #A20C5E: hue angle of 327.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C5E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 94 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.36 |
| HSL | 327.2º | 0.86% | 0.34% | - |
| HSV(B) | 327.2º | 0.93% | 0.64% | - |
| XYZ | 17.05 | 8.75 | 11.38 | - |
| YUV | 66.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 94 | 0 | 0.93 | 0.42 | 0.36 | 327.2 | 0.86 | 0.34 |
| Hex | A2 | C | 5E | 0 | 5D | 2A | 24 | 147 | 56 | 22 |
| Octal | 242 | 14 | 136 | 0 | 135 | 52 | 44 | 507 | 126 | 42 |
| Binary | 10100010 | 1100 | 1011110 | 0 | 1011101 | 101010 | 100100 | 101000111 | 1010110 | 100010 |
Color Harmonies of #A20C5E
Complementary color
Monochromatic Colors of #A20C5E
Black with #A20C5E
Text Example
Text Example
White with #A20C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C5E; }
p { color: rgb(162,12,94); }
H1.HeaderClassName
{
color: #A20C5E;
}
.AnyTagClassName
{
color: #A20C5E;
}
</style>
background-color css
<style>
a { background-color: #A20C5E; }
a { background-color: rgb(162,12,94); }
div.DivClassName
{
background-color: #A20C5E;
}
.BgClassName
{
background-color: #A20C5E;
}
</style>
border-color css
<style>
span { border-color: #A20C5E; }
span { border-color: rgb(162,12,94); }
td.TdClassName
{
border-color: #A20C5E;
}
.TagClassName
{
border-color: #A20C5E;
}
</style>