Shades of Jazzberry Jam #A21E5C
Tints of Jazzberry Jam #A21E5C
RGB
CMYK
RGB Variations
Color information
#A21E5C (or 0xA21E5C) is known color: Jazzberry Jam. HEX triplet: A2, 1E and 5C. RGB value is (162,30,92). Sum of RGB (Red+Green+Blue) = 162+30+92=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E5C is #5DE1A3. Grayscale: #4C4C4C. Windows color (decimal): -6152612 or 6037154. OLE color: 6037154.
HSL color Cylindrical-coordinate representation of color #A21E5C: hue angle of 331.82º 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 #A21E5C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 92 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.36 |
| HSL | 331.82º | 0.69% | 0.38% | - |
| HSV(B) | 331.82º | 0.81% | 0.64% | - |
| XYZ | 17.3 | 9.38 | 11.02 | - |
| YUV | 76.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 92 | 0 | 0.81 | 0.43 | 0.36 | 331.82 | 0.69 | 0.38 |
| Hex | A2 | 1E | 5C | 0 | 51 | 2B | 24 | 14C | 45 | 26 |
| Octal | 242 | 36 | 134 | 0 | 121 | 53 | 44 | 514 | 105 | 46 |
| Binary | 10100010 | 11110 | 1011100 | 0 | 1010001 | 101011 | 100100 | 101001100 | 1000101 | 100110 |
Color Harmonies of #A21E5C
Complementary color
Monochromatic Colors of #A21E5C
Black with #A21E5C
Text Example
Text Example
White with #A21E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E5C; }
p { color: rgb(162,30,92); }
H1.HeaderClassName
{
color: #A21E5C;
}
.AnyTagClassName
{
color: #A21E5C;
}
</style>
background-color css
<style>
a { background-color: #A21E5C; }
a { background-color: rgb(162,30,92); }
div.DivClassName
{
background-color: #A21E5C;
}
.BgClassName
{
background-color: #A21E5C;
}
</style>
border-color css
<style>
span { border-color: #A21E5C; }
span { border-color: rgb(162,30,92); }
td.TdClassName
{
border-color: #A21E5C;
}
.TagClassName
{
border-color: #A21E5C;
}
</style>