Shades of Jazzberry Jam #A21572
Tints of Jazzberry Jam #A21572
RGB
CMYK
RGB Variations
Color information
#A21572 (or 0xA21572) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 72. RGB value is (162,21,114). Sum of RGB (Red+Green+Blue) = 162+21+114=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21572 is #5DEA8D. Grayscale: #494949. Windows color (decimal): -6154894 or 7476642. OLE color: 7476642.
HSL color Cylindrical-coordinate representation of color #A21572: hue angle of 320.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21572 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 114 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.36 |
| HSL | 320.43º | 0.77% | 0.36% | - |
| HSV(B) | 320.43º | 0.87% | 0.64% | - |
| XYZ | 18.21 | 9.43 | 16.78 | - |
| YUV | 73.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 114 | 0 | 0.87 | 0.30 | 0.36 | 320.43 | 0.77 | 0.36 |
| Hex | A2 | 15 | 72 | 0 | 57 | 1E | 24 | 140 | 4D | 24 |
| Octal | 242 | 25 | 162 | 0 | 127 | 36 | 44 | 500 | 115 | 44 |
| Binary | 10100010 | 10101 | 1110010 | 0 | 1010111 | 11110 | 100100 | 101000000 | 1001101 | 100100 |
Color Harmonies of #A21572
Complementary color
Monochromatic Colors of #A21572
Black with #A21572
Text Example
Text Example
White with #A21572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21572; }
p { color: rgb(162,21,114); }
H1.HeaderClassName
{
color: #A21572;
}
.AnyTagClassName
{
color: #A21572;
}
</style>
background-color css
<style>
a { background-color: #A21572; }
a { background-color: rgb(162,21,114); }
div.DivClassName
{
background-color: #A21572;
}
.BgClassName
{
background-color: #A21572;
}
</style>
border-color css
<style>
span { border-color: #A21572; }
span { border-color: rgb(162,21,114); }
td.TdClassName
{
border-color: #A21572;
}
.TagClassName
{
border-color: #A21572;
}
</style>