Shades of Jazzberry Jam #A21672
Tints of Jazzberry Jam #A21672
RGB
CMYK
RGB Variations
Color information
#A21672 (or 0xA21672) is known color: Jazzberry Jam. HEX triplet: A2, 16 and 72. RGB value is (162,22,114). Sum of RGB (Red+Green+Blue) = 162+22+114=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A21672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21672 is #5DE98D. Grayscale: #4A4A4A. Windows color (decimal): -6154638 or 7476898. OLE color: 7476898.
HSL color Cylindrical-coordinate representation of color #A21672: hue angle of 320.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21672 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 114 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.36 |
| HSL | 320.57º | 0.76% | 0.36% | - |
| HSV(B) | 320.57º | 0.86% | 0.64% | - |
| XYZ | 18.22 | 9.47 | 16.79 | - |
| YUV | 74.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 114 | 0 | 0.86 | 0.30 | 0.36 | 320.57 | 0.76 | 0.36 |
| Hex | A2 | 16 | 72 | 0 | 56 | 1E | 24 | 141 | 4C | 24 |
| Octal | 242 | 26 | 162 | 0 | 126 | 36 | 44 | 501 | 114 | 44 |
| Binary | 10100010 | 10110 | 1110010 | 0 | 1010110 | 11110 | 100100 | 101000001 | 1001100 | 100100 |
Color Harmonies of #A21672
Complementary color
Monochromatic Colors of #A21672
Black with #A21672
Text Example
Text Example
White with #A21672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21672; }
p { color: rgb(162,22,114); }
H1.HeaderClassName
{
color: #A21672;
}
.AnyTagClassName
{
color: #A21672;
}
</style>
background-color css
<style>
a { background-color: #A21672; }
a { background-color: rgb(162,22,114); }
div.DivClassName
{
background-color: #A21672;
}
.BgClassName
{
background-color: #A21672;
}
</style>
border-color css
<style>
span { border-color: #A21672; }
span { border-color: rgb(162,22,114); }
td.TdClassName
{
border-color: #A21672;
}
.TagClassName
{
border-color: #A21672;
}
</style>