Shades of Jazzberry Jam #A8195E
Tints of Jazzberry Jam #A8195E
RGB
CMYK
RGB Variations
Color information
#A8195E (or 0xA8195E) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 5E. RGB value is (168,25,94). Sum of RGB (Red+Green+Blue) = 168+25+94=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8195E is #57E6A1. Grayscale: #4B4B4B. Windows color (decimal): -5760674 or 6166952. OLE color: 6166952.
HSL color Cylindrical-coordinate representation of color #A8195E: hue angle of 331.05º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8195E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 94 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.34 |
| HSL | 331.05º | 0.74% | 0.38% | - |
| HSV(B) | 331.05º | 0.85% | 0.66% | - |
| XYZ | 18.52 | 9.83 | 11.51 | - |
| YUV | 75.62 | 138.38 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 94 | 0 | 0.85 | 0.44 | 0.34 | 331.05 | 0.74 | 0.38 |
| Hex | A8 | 19 | 5E | 0 | 55 | 2C | 22 | 14B | 4A | 26 |
| Octal | 250 | 31 | 136 | 0 | 125 | 54 | 42 | 513 | 112 | 46 |
| Binary | 10101000 | 11001 | 1011110 | 0 | 1010101 | 101100 | 100010 | 101001011 | 1001010 | 100110 |
Color Harmonies of #A8195E
Complementary color
Monochromatic Colors of #A8195E
Black with #A8195E
Text Example
Text Example
White with #A8195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8195E; }
p { color: rgb(168,25,94); }
H1.HeaderClassName
{
color: #A8195E;
}
.AnyTagClassName
{
color: #A8195E;
}
</style>
background-color css
<style>
a { background-color: #A8195E; }
a { background-color: rgb(168,25,94); }
div.DivClassName
{
background-color: #A8195E;
}
.BgClassName
{
background-color: #A8195E;
}
</style>
border-color css
<style>
span { border-color: #A8195E; }
span { border-color: rgb(168,25,94); }
td.TdClassName
{
border-color: #A8195E;
}
.TagClassName
{
border-color: #A8195E;
}
</style>