Shades of Jazzberry Jam #A2106C
Tints of Jazzberry Jam #A2106C
RGB
CMYK
RGB Variations
Color information
#A2106C (or 0xA2106C) is known color: Jazzberry Jam. HEX triplet: A2, 10 and 6C. RGB value is (162,16,108). Sum of RGB (Red+Green+Blue) = 162+16+108=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2106C is #5DEF93. Grayscale: #454545. Windows color (decimal): -6156180 or 7082146. OLE color: 7082146.
HSL color Cylindrical-coordinate representation of color #A2106C: hue angle of 322.19º degrees, saturation: 0.82, 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 #A2106C is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 108 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.36 |
| HSL | 322.19º | 0.82% | 0.35% | - |
| HSV(B) | 322.19º | 0.9% | 0.64% | - |
| XYZ | 17.79 | 9.13 | 15.01 | - |
| YUV | 70.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 108 | 0 | 0.90 | 0.33 | 0.36 | 322.19 | 0.82 | 0.35 |
| Hex | A2 | 10 | 6C | 0 | 5A | 21 | 24 | 142 | 52 | 23 |
| Octal | 242 | 20 | 154 | 0 | 132 | 41 | 44 | 502 | 122 | 43 |
| Binary | 10100010 | 10000 | 1101100 | 0 | 1011010 | 100001 | 100100 | 101000010 | 1010010 | 100011 |
Color Harmonies of #A2106C
Complementary color
Monochromatic Colors of #A2106C
Black with #A2106C
Text Example
Text Example
White with #A2106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2106C; }
p { color: rgb(162,16,108); }
H1.HeaderClassName
{
color: #A2106C;
}
.AnyTagClassName
{
color: #A2106C;
}
</style>
background-color css
<style>
a { background-color: #A2106C; }
a { background-color: rgb(162,16,108); }
div.DivClassName
{
background-color: #A2106C;
}
.BgClassName
{
background-color: #A2106C;
}
</style>
border-color css
<style>
span { border-color: #A2106C; }
span { border-color: rgb(162,16,108); }
td.TdClassName
{
border-color: #A2106C;
}
.TagClassName
{
border-color: #A2106C;
}
</style>