Shades of Jazzberry Jam #A2094C
Tints of Jazzberry Jam #A2094C
RGB
CMYK
RGB Variations
Color information
#A2094C (or 0xA2094C) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 4C. RGB value is (162,9,76). Sum of RGB (Red+Green+Blue) = 162+9+76=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2094C is #5DF6B3. Grayscale: #3E3E3E. Windows color (decimal): -6158004 or 4983202. OLE color: 4983202.
HSL color Cylindrical-coordinate representation of color #A2094C: hue angle of 333.73º 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 #A2094C is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 76 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.36 |
| HSL | 333.73º | 0.89% | 0.34% | - |
| HSV(B) | 333.73º | 0.94% | 0.64% | - |
| XYZ | 16.3 | 8.4 | 7.6 | - |
| YUV | 62.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 76 | 0 | 0.94 | 0.53 | 0.36 | 333.73 | 0.89 | 0.34 |
| Hex | A2 | 9 | 4C | 0 | 5E | 35 | 24 | 14E | 59 | 22 |
| Octal | 242 | 11 | 114 | 0 | 136 | 65 | 44 | 516 | 131 | 42 |
| Binary | 10100010 | 1001 | 1001100 | 0 | 1011110 | 110101 | 100100 | 101001110 | 1011001 | 100010 |
Color Harmonies of #A2094C
Complementary color
Monochromatic Colors of #A2094C
Black with #A2094C
Text Example
Text Example
White with #A2094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2094C; }
p { color: rgb(162,9,76); }
H1.HeaderClassName
{
color: #A2094C;
}
.AnyTagClassName
{
color: #A2094C;
}
</style>
background-color css
<style>
a { background-color: #A2094C; }
a { background-color: rgb(162,9,76); }
div.DivClassName
{
background-color: #A2094C;
}
.BgClassName
{
background-color: #A2094C;
}
</style>
border-color css
<style>
span { border-color: #A2094C; }
span { border-color: rgb(162,9,76); }
td.TdClassName
{
border-color: #A2094C;
}
.TagClassName
{
border-color: #A2094C;
}
</style>