Shades of Jazzberry Jam #A2185E
Tints of Jazzberry Jam #A2185E
RGB
CMYK
RGB Variations
Color information
#A2185E (or 0xA2185E) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 5E. RGB value is (162,24,94). Sum of RGB (Red+Green+Blue) = 162+24+94=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2185E is #5DE7A1. Grayscale: #494949. Windows color (decimal): -6154146 or 6166690. OLE color: 6166690.
HSL color Cylindrical-coordinate representation of color #A2185E: hue angle of 329.57º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2185E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 94 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.36 |
| HSL | 329.57º | 0.74% | 0.36% | - |
| HSV(B) | 329.57º | 0.85% | 0.64% | - |
| XYZ | 17.25 | 9.14 | 11.45 | - |
| YUV | 73.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 94 | 0 | 0.85 | 0.42 | 0.36 | 329.57 | 0.74 | 0.36 |
| Hex | A2 | 18 | 5E | 0 | 55 | 2A | 24 | 14A | 4A | 24 |
| Octal | 242 | 30 | 136 | 0 | 125 | 52 | 44 | 512 | 112 | 44 |
| Binary | 10100010 | 11000 | 1011110 | 0 | 1010101 | 101010 | 100100 | 101001010 | 1001010 | 100100 |
Color Harmonies of #A2185E
Complementary color
Monochromatic Colors of #A2185E
Black with #A2185E
Text Example
Text Example
White with #A2185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2185E; }
p { color: rgb(162,24,94); }
H1.HeaderClassName
{
color: #A2185E;
}
.AnyTagClassName
{
color: #A2185E;
}
</style>
background-color css
<style>
a { background-color: #A2185E; }
a { background-color: rgb(162,24,94); }
div.DivClassName
{
background-color: #A2185E;
}
.BgClassName
{
background-color: #A2185E;
}
</style>
border-color css
<style>
span { border-color: #A2185E; }
span { border-color: rgb(162,24,94); }
td.TdClassName
{
border-color: #A2185E;
}
.TagClassName
{
border-color: #A2185E;
}
</style>