Shades of Jazzberry Jam #A8186C
Tints of Jazzberry Jam #A8186C
RGB
CMYK
RGB Variations
Color information
#A8186C (or 0xA8186C) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 6C. RGB value is (168,24,108). Sum of RGB (Red+Green+Blue) = 168+24+108=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8186C is #57E793. Grayscale: #4C4C4C. Windows color (decimal): -5760916 or 7084200. OLE color: 7084200.
HSL color Cylindrical-coordinate representation of color #A8186C: hue angle of 325º 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 #A8186C is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 108 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.34 |
| HSL | 325º | 0.75% | 0.38% | - |
| HSV(B) | 325º | 0.86% | 0.66% | - |
| XYZ | 19.18 | 10.06 | 15.12 | - |
| YUV | 76.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 108 | 0 | 0.86 | 0.36 | 0.34 | 325 | 0.75 | 0.38 |
| Hex | A8 | 18 | 6C | 0 | 56 | 24 | 22 | 145 | 4B | 26 |
| Octal | 250 | 30 | 154 | 0 | 126 | 44 | 42 | 505 | 113 | 46 |
| Binary | 10101000 | 11000 | 1101100 | 0 | 1010110 | 100100 | 100010 | 101000101 | 1001011 | 100110 |
Color Harmonies of #A8186C
Complementary color
Monochromatic Colors of #A8186C
Black with #A8186C
Text Example
Text Example
White with #A8186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8186C; }
p { color: rgb(168,24,108); }
H1.HeaderClassName
{
color: #A8186C;
}
.AnyTagClassName
{
color: #A8186C;
}
</style>
background-color css
<style>
a { background-color: #A8186C; }
a { background-color: rgb(168,24,108); }
div.DivClassName
{
background-color: #A8186C;
}
.BgClassName
{
background-color: #A8186C;
}
</style>
border-color css
<style>
span { border-color: #A8186C; }
span { border-color: rgb(168,24,108); }
td.TdClassName
{
border-color: #A8186C;
}
.TagClassName
{
border-color: #A8186C;
}
</style>