Shades of Jazzberry Jam #A8195F
Tints of Jazzberry Jam #A8195F
RGB
CMYK
RGB Variations
Color information
#A8195F (or 0xA8195F) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 5F. RGB value is (168,25,95). Sum of RGB (Red+Green+Blue) = 168+25+95=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A8195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8195F is #57E6A0. Grayscale: #4B4B4B. Windows color (decimal): -5760673 or 6232488. OLE color: 6232488.
HSL color Cylindrical-coordinate representation of color #A8195F: hue angle of 330.63º 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 #A8195F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 95 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.34 |
| HSL | 330.63º | 0.74% | 0.38% | - |
| HSV(B) | 330.63º | 0.85% | 0.66% | - |
| XYZ | 18.56 | 9.85 | 11.75 | - |
| YUV | 75.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 95 | 0 | 0.85 | 0.43 | 0.34 | 330.63 | 0.74 | 0.38 |
| Hex | A8 | 19 | 5F | 0 | 55 | 2B | 22 | 14B | 4A | 26 |
| Octal | 250 | 31 | 137 | 0 | 125 | 53 | 42 | 513 | 112 | 46 |
| Binary | 10101000 | 11001 | 1011111 | 0 | 1010101 | 101011 | 100010 | 101001011 | 1001010 | 100110 |
Color Harmonies of #A8195F
Complementary color
Monochromatic Colors of #A8195F
Black with #A8195F
Text Example
Text Example
White with #A8195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8195F; }
p { color: rgb(168,25,95); }
H1.HeaderClassName
{
color: #A8195F;
}
.AnyTagClassName
{
color: #A8195F;
}
</style>
background-color css
<style>
a { background-color: #A8195F; }
a { background-color: rgb(168,25,95); }
div.DivClassName
{
background-color: #A8195F;
}
.BgClassName
{
background-color: #A8195F;
}
</style>
border-color css
<style>
span { border-color: #A8195F; }
span { border-color: rgb(168,25,95); }
td.TdClassName
{
border-color: #A8195F;
}
.TagClassName
{
border-color: #A8195F;
}
</style>