Shades of Jazzberry Jam #A21E5E
Tints of Jazzberry Jam #A21E5E
RGB
CMYK
RGB Variations
Color information
#A21E5E (or 0xA21E5E) is known color: Jazzberry Jam. HEX triplet: A2, 1E and 5E. RGB value is (162,30,94). Sum of RGB (Red+Green+Blue) = 162+30+94=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E5E is #5DE1A1. Grayscale: #4C4C4C. Windows color (decimal): -6152610 or 6168226. OLE color: 6168226.
HSL color Cylindrical-coordinate representation of color #A21E5E: hue angle of 330.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E5E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 94 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.36 |
| HSL | 330.91º | 0.69% | 0.38% | - |
| HSV(B) | 330.91º | 0.81% | 0.64% | - |
| XYZ | 17.38 | 9.42 | 11.49 | - |
| YUV | 76.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 94 | 0 | 0.81 | 0.42 | 0.36 | 330.91 | 0.69 | 0.38 |
| Hex | A2 | 1E | 5E | 0 | 51 | 2A | 24 | 14B | 45 | 26 |
| Octal | 242 | 36 | 136 | 0 | 121 | 52 | 44 | 513 | 105 | 46 |
| Binary | 10100010 | 11110 | 1011110 | 0 | 1010001 | 101010 | 100100 | 101001011 | 1000101 | 100110 |
Color Harmonies of #A21E5E
Complementary color
Monochromatic Colors of #A21E5E
Black with #A21E5E
Text Example
Text Example
White with #A21E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E5E; }
p { color: rgb(162,30,94); }
H1.HeaderClassName
{
color: #A21E5E;
}
.AnyTagClassName
{
color: #A21E5E;
}
</style>
background-color css
<style>
a { background-color: #A21E5E; }
a { background-color: rgb(162,30,94); }
div.DivClassName
{
background-color: #A21E5E;
}
.BgClassName
{
background-color: #A21E5E;
}
</style>
border-color css
<style>
span { border-color: #A21E5E; }
span { border-color: rgb(162,30,94); }
td.TdClassName
{
border-color: #A21E5E;
}
.TagClassName
{
border-color: #A21E5E;
}
</style>