Shades of Jazzberry Jam #A8136D
Tints of Jazzberry Jam #A8136D
RGB
CMYK
RGB Variations
Color information
#A8136D (or 0xA8136D) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 6D. RGB value is (168,19,109). Sum of RGB (Red+Green+Blue) = 168+19+109=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8136D is #57EC92. Grayscale: #494949. Windows color (decimal): -5762195 or 7148456. OLE color: 7148456.
HSL color Cylindrical-coordinate representation of color #A8136D: hue angle of 323.76º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8136D is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 109 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.34 |
| HSL | 323.76º | 0.8% | 0.37% | - |
| HSV(B) | 323.76º | 0.89% | 0.66% | - |
| XYZ | 19.14 | 9.89 | 15.37 | - |
| YUV | 73.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 109 | 0 | 0.89 | 0.35 | 0.34 | 323.76 | 0.8 | 0.37 |
| Hex | A8 | 13 | 6D | 0 | 59 | 23 | 22 | 144 | 50 | 25 |
| Octal | 250 | 23 | 155 | 0 | 131 | 43 | 42 | 504 | 120 | 45 |
| Binary | 10101000 | 10011 | 1101101 | 0 | 1011001 | 100011 | 100010 | 101000100 | 1010000 | 100101 |
Color Harmonies of #A8136D
Complementary color
Monochromatic Colors of #A8136D
Black with #A8136D
Text Example
Text Example
White with #A8136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8136D; }
p { color: rgb(168,19,109); }
H1.HeaderClassName
{
color: #A8136D;
}
.AnyTagClassName
{
color: #A8136D;
}
</style>
background-color css
<style>
a { background-color: #A8136D; }
a { background-color: rgb(168,19,109); }
div.DivClassName
{
background-color: #A8136D;
}
.BgClassName
{
background-color: #A8136D;
}
</style>
border-color css
<style>
span { border-color: #A8136D; }
span { border-color: rgb(168,19,109); }
td.TdClassName
{
border-color: #A8136D;
}
.TagClassName
{
border-color: #A8136D;
}
</style>