Shades of Jazzberry Jam #A8186D
Tints of Jazzberry Jam #A8186D
RGB
CMYK
RGB Variations
Color information
#A8186D (or 0xA8186D) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 6D. RGB value is (168,24,109). Sum of RGB (Red+Green+Blue) = 168+24+109=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8186D is #57E792. Grayscale: #4C4C4C. Windows color (decimal): -5760915 or 7149736. OLE color: 7149736.
HSL color Cylindrical-coordinate representation of color #A8186D: hue angle of 324.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8186D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 109 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.34 |
| HSL | 324.58º | 0.75% | 0.38% | - |
| HSV(B) | 324.58º | 0.86% | 0.66% | - |
| XYZ | 19.24 | 10.08 | 15.4 | - |
| YUV | 76.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 109 | 0 | 0.86 | 0.35 | 0.34 | 324.58 | 0.75 | 0.38 |
| Hex | A8 | 18 | 6D | 0 | 56 | 23 | 22 | 145 | 4B | 26 |
| Octal | 250 | 30 | 155 | 0 | 126 | 43 | 42 | 505 | 113 | 46 |
| Binary | 10101000 | 11000 | 1101101 | 0 | 1010110 | 100011 | 100010 | 101000101 | 1001011 | 100110 |
Color Harmonies of #A8186D
Complementary color
Monochromatic Colors of #A8186D
Black with #A8186D
Text Example
Text Example
White with #A8186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8186D; }
p { color: rgb(168,24,109); }
H1.HeaderClassName
{
color: #A8186D;
}
.AnyTagClassName
{
color: #A8186D;
}
</style>
background-color css
<style>
a { background-color: #A8186D; }
a { background-color: rgb(168,24,109); }
div.DivClassName
{
background-color: #A8186D;
}
.BgClassName
{
background-color: #A8186D;
}
</style>
border-color css
<style>
span { border-color: #A8186D; }
span { border-color: rgb(168,24,109); }
td.TdClassName
{
border-color: #A8186D;
}
.TagClassName
{
border-color: #A8186D;
}
</style>