Shades of Jazzberry Jam #A2106D
Tints of Jazzberry Jam #A2106D
RGB
CMYK
RGB Variations
Color information
#A2106D (or 0xA2106D) is known color: Jazzberry Jam. HEX triplet: A2, 10 and 6D. RGB value is (162,16,109). Sum of RGB (Red+Green+Blue) = 162+16+109=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2106D is #5DEF92. Grayscale: #464646. Windows color (decimal): -6156179 or 7147682. OLE color: 7147682.
HSL color Cylindrical-coordinate representation of color #A2106D: hue angle of 321.78º 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 #A2106D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 109 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.36 |
| HSL | 321.78º | 0.82% | 0.35% | - |
| HSV(B) | 321.78º | 0.9% | 0.64% | - |
| XYZ | 17.85 | 9.16 | 15.29 | - |
| YUV | 70.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 109 | 0 | 0.90 | 0.33 | 0.36 | 321.78 | 0.82 | 0.35 |
| Hex | A2 | 10 | 6D | 0 | 5A | 21 | 24 | 142 | 52 | 23 |
| Octal | 242 | 20 | 155 | 0 | 132 | 41 | 44 | 502 | 122 | 43 |
| Binary | 10100010 | 10000 | 1101101 | 0 | 1011010 | 100001 | 100100 | 101000010 | 1010010 | 100011 |
Color Harmonies of #A2106D
Complementary color
Monochromatic Colors of #A2106D
Black with #A2106D
Text Example
Text Example
White with #A2106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2106D; }
p { color: rgb(162,16,109); }
H1.HeaderClassName
{
color: #A2106D;
}
.AnyTagClassName
{
color: #A2106D;
}
</style>
background-color css
<style>
a { background-color: #A2106D; }
a { background-color: rgb(162,16,109); }
div.DivClassName
{
background-color: #A2106D;
}
.BgClassName
{
background-color: #A2106D;
}
</style>
border-color css
<style>
span { border-color: #A2106D; }
span { border-color: rgb(162,16,109); }
td.TdClassName
{
border-color: #A2106D;
}
.TagClassName
{
border-color: #A2106D;
}
</style>