Shades of Jazzberry Jam #A8195D
Tints of Jazzberry Jam #A8195D
RGB
CMYK
RGB Variations
Color information
#A8195D (or 0xA8195D) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 5D. RGB value is (168,25,93). Sum of RGB (Red+Green+Blue) = 168+25+93=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8195D is #57E6A2. Grayscale: #4B4B4B. Windows color (decimal): -5760675 or 6101416. OLE color: 6101416.
HSL color Cylindrical-coordinate representation of color #A8195D: hue angle of 331.47º 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 #A8195D is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.34 |
| HSL | 331.47º | 0.74% | 0.38% | - |
| HSV(B) | 331.47º | 0.85% | 0.66% | - |
| XYZ | 18.47 | 9.81 | 11.28 | - |
| YUV | 75.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 93 | 0 | 0.85 | 0.45 | 0.34 | 331.47 | 0.74 | 0.38 |
| Hex | A8 | 19 | 5D | 0 | 55 | 2D | 22 | 14B | 4A | 26 |
| Octal | 250 | 31 | 135 | 0 | 125 | 55 | 42 | 513 | 112 | 46 |
| Binary | 10101000 | 11001 | 1011101 | 0 | 1010101 | 101101 | 100010 | 101001011 | 1001010 | 100110 |
Color Harmonies of #A8195D
Complementary color
Monochromatic Colors of #A8195D
Black with #A8195D
Text Example
Text Example
White with #A8195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8195D; }
p { color: rgb(168,25,93); }
H1.HeaderClassName
{
color: #A8195D;
}
.AnyTagClassName
{
color: #A8195D;
}
</style>
background-color css
<style>
a { background-color: #A8195D; }
a { background-color: rgb(168,25,93); }
div.DivClassName
{
background-color: #A8195D;
}
.BgClassName
{
background-color: #A8195D;
}
</style>
border-color css
<style>
span { border-color: #A8195D; }
span { border-color: rgb(168,25,93); }
td.TdClassName
{
border-color: #A8195D;
}
.TagClassName
{
border-color: #A8195D;
}
</style>