Shades of Jazzberry Jam #A21871
Tints of Jazzberry Jam #A21871
RGB
CMYK
RGB Variations
Color information
#A21871 (or 0xA21871) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 71. RGB value is (162,24,113). Sum of RGB (Red+Green+Blue) = 162+24+113=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21871 is #5DE78E. Grayscale: #4B4B4B. Windows color (decimal): -6154127 or 7411874. OLE color: 7411874.
HSL color Cylindrical-coordinate representation of color #A21871: hue angle of 321.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21871 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 113 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.36 |
| HSL | 321.3º | 0.74% | 0.36% | - |
| HSV(B) | 321.3º | 0.85% | 0.64% | - |
| XYZ | 18.21 | 9.53 | 16.5 | - |
| YUV | 75.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 113 | 0 | 0.85 | 0.30 | 0.36 | 321.3 | 0.74 | 0.36 |
| Hex | A2 | 18 | 71 | 0 | 55 | 1E | 24 | 141 | 4A | 24 |
| Octal | 242 | 30 | 161 | 0 | 125 | 36 | 44 | 501 | 112 | 44 |
| Binary | 10100010 | 11000 | 1110001 | 0 | 1010101 | 11110 | 100100 | 101000001 | 1001010 | 100100 |
Color Harmonies of #A21871
Complementary color
Monochromatic Colors of #A21871
Black with #A21871
Text Example
Text Example
White with #A21871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21871; }
p { color: rgb(162,24,113); }
H1.HeaderClassName
{
color: #A21871;
}
.AnyTagClassName
{
color: #A21871;
}
</style>
background-color css
<style>
a { background-color: #A21871; }
a { background-color: rgb(162,24,113); }
div.DivClassName
{
background-color: #A21871;
}
.BgClassName
{
background-color: #A21871;
}
</style>
border-color css
<style>
span { border-color: #A21871; }
span { border-color: rgb(162,24,113); }
td.TdClassName
{
border-color: #A21871;
}
.TagClassName
{
border-color: #A21871;
}
</style>