Shades of Jazzberry Jam #A2156C
Tints of Jazzberry Jam #A2156C
RGB
CMYK
RGB Variations
Color information
#A2156C (or 0xA2156C) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 6C. RGB value is (162,21,108). Sum of RGB (Red+Green+Blue) = 162+21+108=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2156C is #5DEA93. Grayscale: #484848. Windows color (decimal): -6154900 or 7083426. OLE color: 7083426.
HSL color Cylindrical-coordinate representation of color #A2156C: hue angle of 322.98º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2156C is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 108 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.36 |
| HSL | 322.98º | 0.77% | 0.36% | - |
| HSV(B) | 322.98º | 0.87% | 0.64% | - |
| XYZ | 17.88 | 9.3 | 15.04 | - |
| YUV | 73.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 108 | 0 | 0.87 | 0.33 | 0.36 | 322.98 | 0.77 | 0.36 |
| Hex | A2 | 15 | 6C | 0 | 57 | 21 | 24 | 143 | 4D | 24 |
| Octal | 242 | 25 | 154 | 0 | 127 | 41 | 44 | 503 | 115 | 44 |
| Binary | 10100010 | 10101 | 1101100 | 0 | 1010111 | 100001 | 100100 | 101000011 | 1001101 | 100100 |
Color Harmonies of #A2156C
Complementary color
Monochromatic Colors of #A2156C
Black with #A2156C
Text Example
Text Example
White with #A2156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2156C; }
p { color: rgb(162,21,108); }
H1.HeaderClassName
{
color: #A2156C;
}
.AnyTagClassName
{
color: #A2156C;
}
</style>
background-color css
<style>
a { background-color: #A2156C; }
a { background-color: rgb(162,21,108); }
div.DivClassName
{
background-color: #A2156C;
}
.BgClassName
{
background-color: #A2156C;
}
</style>
border-color css
<style>
span { border-color: #A2156C; }
span { border-color: rgb(162,21,108); }
td.TdClassName
{
border-color: #A2156C;
}
.TagClassName
{
border-color: #A2156C;
}
</style>