Shades of Jazzberry Jam #A2126C
Tints of Jazzberry Jam #A2126C
RGB
CMYK
RGB Variations
Color information
#A2126C (or 0xA2126C) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 6C. RGB value is (162,18,108). Sum of RGB (Red+Green+Blue) = 162+18+108=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2126C is #5DED93. Grayscale: #474747. Windows color (decimal): -6155668 or 7082658. OLE color: 7082658.
HSL color Cylindrical-coordinate representation of color #A2126C: hue angle of 322.5º 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 #A2126C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 108 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.36 |
| HSL | 322.5º | 0.8% | 0.35% | - |
| HSV(B) | 322.5º | 0.89% | 0.64% | - |
| XYZ | 17.82 | 9.2 | 15.02 | - |
| YUV | 71.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 108 | 0 | 0.89 | 0.33 | 0.36 | 322.5 | 0.8 | 0.35 |
| Hex | A2 | 12 | 6C | 0 | 59 | 21 | 24 | 142 | 50 | 23 |
| Octal | 242 | 22 | 154 | 0 | 131 | 41 | 44 | 502 | 120 | 43 |
| Binary | 10100010 | 10010 | 1101100 | 0 | 1011001 | 100001 | 100100 | 101000010 | 1010000 | 100011 |
Color Harmonies of #A2126C
Complementary color
Monochromatic Colors of #A2126C
Black with #A2126C
Text Example
Text Example
White with #A2126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2126C; }
p { color: rgb(162,18,108); }
H1.HeaderClassName
{
color: #A2126C;
}
.AnyTagClassName
{
color: #A2126C;
}
</style>
background-color css
<style>
a { background-color: #A2126C; }
a { background-color: rgb(162,18,108); }
div.DivClassName
{
background-color: #A2126C;
}
.BgClassName
{
background-color: #A2126C;
}
</style>
border-color css
<style>
span { border-color: #A2126C; }
span { border-color: rgb(162,18,108); }
td.TdClassName
{
border-color: #A2126C;
}
.TagClassName
{
border-color: #A2126C;
}
</style>