Shades of Jazzberry Jam #A2186C
Tints of Jazzberry Jam #A2186C
RGB
CMYK
RGB Variations
Color information
#A2186C (or 0xA2186C) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 6C. RGB value is (162,24,108). Sum of RGB (Red+Green+Blue) = 162+24+108=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2186C is #5DE793. Grayscale: #4A4A4A. Windows color (decimal): -6154132 or 7084194. OLE color: 7084194.
HSL color Cylindrical-coordinate representation of color #A2186C: hue angle of 323.48º 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 #A2186C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 108 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.36 |
| HSL | 323.48º | 0.74% | 0.36% | - |
| HSV(B) | 323.48º | 0.85% | 0.64% | - |
| XYZ | 17.93 | 9.42 | 15.06 | - |
| YUV | 74.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 108 | 0 | 0.85 | 0.33 | 0.36 | 323.48 | 0.74 | 0.36 |
| Hex | A2 | 18 | 6C | 0 | 55 | 21 | 24 | 143 | 4A | 24 |
| Octal | 242 | 30 | 154 | 0 | 125 | 41 | 44 | 503 | 112 | 44 |
| Binary | 10100010 | 11000 | 1101100 | 0 | 1010101 | 100001 | 100100 | 101000011 | 1001010 | 100100 |
Color Harmonies of #A2186C
Complementary color
Monochromatic Colors of #A2186C
Black with #A2186C
Text Example
Text Example
White with #A2186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2186C; }
p { color: rgb(162,24,108); }
H1.HeaderClassName
{
color: #A2186C;
}
.AnyTagClassName
{
color: #A2186C;
}
</style>
background-color css
<style>
a { background-color: #A2186C; }
a { background-color: rgb(162,24,108); }
div.DivClassName
{
background-color: #A2186C;
}
.BgClassName
{
background-color: #A2186C;
}
</style>
border-color css
<style>
span { border-color: #A2186C; }
span { border-color: rgb(162,24,108); }
td.TdClassName
{
border-color: #A2186C;
}
.TagClassName
{
border-color: #A2186C;
}
</style>