Shades of Jazzberry Jam #A8186A
Tints of Jazzberry Jam #A8186A
RGB
CMYK
RGB Variations
Color information
#A8186A (or 0xA8186A) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 6A. RGB value is (168,24,106). Sum of RGB (Red+Green+Blue) = 168+24+106=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8186A is #57E795. Grayscale: #4C4C4C. Windows color (decimal): -5760918 or 6953128. OLE color: 6953128.
HSL color Cylindrical-coordinate representation of color #A8186A: hue angle of 325.83º 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 #A8186A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 106 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.34 |
| HSL | 325.83º | 0.75% | 0.38% | - |
| HSV(B) | 325.83º | 0.86% | 0.66% | - |
| XYZ | 19.08 | 10.02 | 14.56 | - |
| YUV | 76.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 106 | 0 | 0.86 | 0.37 | 0.34 | 325.83 | 0.75 | 0.38 |
| Hex | A8 | 18 | 6A | 0 | 56 | 25 | 22 | 146 | 4B | 26 |
| Octal | 250 | 30 | 152 | 0 | 126 | 45 | 42 | 506 | 113 | 46 |
| Binary | 10101000 | 11000 | 1101010 | 0 | 1010110 | 100101 | 100010 | 101000110 | 1001011 | 100110 |
Color Harmonies of #A8186A
Complementary color
Monochromatic Colors of #A8186A
Black with #A8186A
Text Example
Text Example
White with #A8186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8186A; }
p { color: rgb(168,24,106); }
H1.HeaderClassName
{
color: #A8186A;
}
.AnyTagClassName
{
color: #A8186A;
}
</style>
background-color css
<style>
a { background-color: #A8186A; }
a { background-color: rgb(168,24,106); }
div.DivClassName
{
background-color: #A8186A;
}
.BgClassName
{
background-color: #A8186A;
}
</style>
border-color css
<style>
span { border-color: #A8186A; }
span { border-color: rgb(168,24,106); }
td.TdClassName
{
border-color: #A8186A;
}
.TagClassName
{
border-color: #A8186A;
}
</style>