Shades of Jazzberry Jam #A8136B
Tints of Jazzberry Jam #A8136B
RGB
CMYK
RGB Variations
Color information
#A8136B (or 0xA8136B) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 6B. RGB value is (168,19,107). Sum of RGB (Red+Green+Blue) = 168+19+107=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8136B is #57EC94. Grayscale: #494949. Windows color (decimal): -5762197 or 7017384. OLE color: 7017384.
HSL color Cylindrical-coordinate representation of color #A8136B: hue angle of 324.56º 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 #A8136B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.34 |
| HSL | 324.56º | 0.8% | 0.37% | - |
| HSV(B) | 324.56º | 0.89% | 0.66% | - |
| XYZ | 19.04 | 9.85 | 14.81 | - |
| YUV | 73.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 107 | 0 | 0.89 | 0.36 | 0.34 | 324.56 | 0.8 | 0.37 |
| Hex | A8 | 13 | 6B | 0 | 59 | 24 | 22 | 145 | 50 | 25 |
| Octal | 250 | 23 | 153 | 0 | 131 | 44 | 42 | 505 | 120 | 45 |
| Binary | 10101000 | 10011 | 1101011 | 0 | 1011001 | 100100 | 100010 | 101000101 | 1010000 | 100101 |
Color Harmonies of #A8136B
Complementary color
Monochromatic Colors of #A8136B
Black with #A8136B
Text Example
Text Example
White with #A8136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8136B; }
p { color: rgb(168,19,107); }
H1.HeaderClassName
{
color: #A8136B;
}
.AnyTagClassName
{
color: #A8136B;
}
</style>
background-color css
<style>
a { background-color: #A8136B; }
a { background-color: rgb(168,19,107); }
div.DivClassName
{
background-color: #A8136B;
}
.BgClassName
{
background-color: #A8136B;
}
</style>
border-color css
<style>
span { border-color: #A8136B; }
span { border-color: rgb(168,19,107); }
td.TdClassName
{
border-color: #A8136B;
}
.TagClassName
{
border-color: #A8136B;
}
</style>