Shades of Jazzberry Jam #A2116E
Tints of Jazzberry Jam #A2116E
RGB
CMYK
RGB Variations
Color information
#A2116E (or 0xA2116E) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 6E. RGB value is (162,17,110). Sum of RGB (Red+Green+Blue) = 162+17+110=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2116E is #5DEE91. Grayscale: #464646. Windows color (decimal): -6155922 or 7213474. OLE color: 7213474.
HSL color Cylindrical-coordinate representation of color #A2116E: hue angle of 321.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2116E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 110 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.36 |
| HSL | 321.52º | 0.81% | 0.35% | - |
| HSV(B) | 321.52º | 0.9% | 0.64% | - |
| XYZ | 17.92 | 9.21 | 15.58 | - |
| YUV | 70.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 110 | 0 | 0.90 | 0.32 | 0.36 | 321.52 | 0.81 | 0.35 |
| Hex | A2 | 11 | 6E | 0 | 5A | 20 | 24 | 142 | 51 | 23 |
| Octal | 242 | 21 | 156 | 0 | 132 | 40 | 44 | 502 | 121 | 43 |
| Binary | 10100010 | 10001 | 1101110 | 0 | 1011010 | 100000 | 100100 | 101000010 | 1010001 | 100011 |
Color Harmonies of #A2116E
Complementary color
Monochromatic Colors of #A2116E
Black with #A2116E
Text Example
Text Example
White with #A2116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2116E; }
p { color: rgb(162,17,110); }
H1.HeaderClassName
{
color: #A2116E;
}
.AnyTagClassName
{
color: #A2116E;
}
</style>
background-color css
<style>
a { background-color: #A2116E; }
a { background-color: rgb(162,17,110); }
div.DivClassName
{
background-color: #A2116E;
}
.BgClassName
{
background-color: #A2116E;
}
</style>
border-color css
<style>
span { border-color: #A2116E; }
span { border-color: rgb(162,17,110); }
td.TdClassName
{
border-color: #A2116E;
}
.TagClassName
{
border-color: #A2116E;
}
</style>