Shades of Jazzberry Jam #A2094E
Tints of Jazzberry Jam #A2094E
RGB
CMYK
RGB Variations
Color information
#A2094E (or 0xA2094E) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 4E. RGB value is (162,9,78). Sum of RGB (Red+Green+Blue) = 162+9+78=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A2094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2094E is #5DF6B1. Grayscale: #3E3E3E. Windows color (decimal): -6158002 or 5114274. OLE color: 5114274.
HSL color Cylindrical-coordinate representation of color #A2094E: hue angle of 332.94º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2094E is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 78 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.36 |
| HSL | 332.94º | 0.89% | 0.34% | - |
| HSV(B) | 332.94º | 0.94% | 0.64% | - |
| XYZ | 16.37 | 8.43 | 7.97 | - |
| YUV | 62.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 78 | 0 | 0.94 | 0.52 | 0.36 | 332.94 | 0.89 | 0.34 |
| Hex | A2 | 9 | 4E | 0 | 5E | 34 | 24 | 14D | 59 | 22 |
| Octal | 242 | 11 | 116 | 0 | 136 | 64 | 44 | 515 | 131 | 42 |
| Binary | 10100010 | 1001 | 1001110 | 0 | 1011110 | 110100 | 100100 | 101001101 | 1011001 | 100010 |
Color Harmonies of #A2094E
Complementary color
Monochromatic Colors of #A2094E
Black with #A2094E
Text Example
Text Example
White with #A2094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2094E; }
p { color: rgb(162,9,78); }
H1.HeaderClassName
{
color: #A2094E;
}
.AnyTagClassName
{
color: #A2094E;
}
</style>
background-color css
<style>
a { background-color: #A2094E; }
a { background-color: rgb(162,9,78); }
div.DivClassName
{
background-color: #A2094E;
}
.BgClassName
{
background-color: #A2094E;
}
</style>
border-color css
<style>
span { border-color: #A2094E; }
span { border-color: rgb(162,9,78); }
td.TdClassName
{
border-color: #A2094E;
}
.TagClassName
{
border-color: #A2094E;
}
</style>