Shades of Jazzberry Jam #A2126E
Tints of Jazzberry Jam #A2126E
RGB
CMYK
RGB Variations
Color information
#A2126E (or 0xA2126E) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 6E. RGB value is (162,18,110). Sum of RGB (Red+Green+Blue) = 162+18+110=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2126E is #5DED91. Grayscale: #474747. Windows color (decimal): -6155666 or 7213730. OLE color: 7213730.
HSL color Cylindrical-coordinate representation of color #A2126E: hue angle of 321.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2126E is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 110 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.36 |
| HSL | 321.67º | 0.8% | 0.35% | - |
| HSV(B) | 321.67º | 0.89% | 0.64% | - |
| XYZ | 17.93 | 9.24 | 15.59 | - |
| YUV | 71.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 110 | 0 | 0.89 | 0.32 | 0.36 | 321.67 | 0.8 | 0.35 |
| Hex | A2 | 12 | 6E | 0 | 59 | 20 | 24 | 142 | 50 | 23 |
| Octal | 242 | 22 | 156 | 0 | 131 | 40 | 44 | 502 | 120 | 43 |
| Binary | 10100010 | 10010 | 1101110 | 0 | 1011001 | 100000 | 100100 | 101000010 | 1010000 | 100011 |
Color Harmonies of #A2126E
Complementary color
Monochromatic Colors of #A2126E
Black with #A2126E
Text Example
Text Example
White with #A2126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2126E; }
p { color: rgb(162,18,110); }
H1.HeaderClassName
{
color: #A2126E;
}
.AnyTagClassName
{
color: #A2126E;
}
</style>
background-color css
<style>
a { background-color: #A2126E; }
a { background-color: rgb(162,18,110); }
div.DivClassName
{
background-color: #A2126E;
}
.BgClassName
{
background-color: #A2126E;
}
</style>
border-color css
<style>
span { border-color: #A2126E; }
span { border-color: rgb(162,18,110); }
td.TdClassName
{
border-color: #A2126E;
}
.TagClassName
{
border-color: #A2126E;
}
</style>