Shades of Jazzberry Jam #A21D5E
Tints of Jazzberry Jam #A21D5E
RGB
CMYK
RGB Variations
Color information
#A21D5E (or 0xA21D5E) is known color: Jazzberry Jam. HEX triplet: A2, 1D and 5E. RGB value is (162,29,94). Sum of RGB (Red+Green+Blue) = 162+29+94=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D5E is #5DE2A1. Grayscale: #4C4C4C. Windows color (decimal): -6152866 or 6167970. OLE color: 6167970.
HSL color Cylindrical-coordinate representation of color #A21D5E: hue angle of 330.68º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21D5E is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 94 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.36 |
| HSL | 330.68º | 0.7% | 0.37% | - |
| HSV(B) | 330.68º | 0.82% | 0.64% | - |
| XYZ | 17.36 | 9.37 | 11.48 | - |
| YUV | 76.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 94 | 0 | 0.82 | 0.42 | 0.36 | 330.68 | 0.7 | 0.37 |
| Hex | A2 | 1D | 5E | 0 | 52 | 2A | 24 | 14B | 46 | 25 |
| Octal | 242 | 35 | 136 | 0 | 122 | 52 | 44 | 513 | 106 | 45 |
| Binary | 10100010 | 11101 | 1011110 | 0 | 1010010 | 101010 | 100100 | 101001011 | 1000110 | 100101 |
Color Harmonies of #A21D5E
Complementary color
Monochromatic Colors of #A21D5E
Black with #A21D5E
Text Example
Text Example
White with #A21D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D5E; }
p { color: rgb(162,29,94); }
H1.HeaderClassName
{
color: #A21D5E;
}
.AnyTagClassName
{
color: #A21D5E;
}
</style>
background-color css
<style>
a { background-color: #A21D5E; }
a { background-color: rgb(162,29,94); }
div.DivClassName
{
background-color: #A21D5E;
}
.BgClassName
{
background-color: #A21D5E;
}
</style>
border-color css
<style>
span { border-color: #A21D5E; }
span { border-color: rgb(162,29,94); }
td.TdClassName
{
border-color: #A21D5E;
}
.TagClassName
{
border-color: #A21D5E;
}
</style>