Shades of Jazzberry Jam #A81958
Tints of Jazzberry Jam #A81958
RGB
CMYK
RGB Variations
Color information
#A81958 (or 0xA81958) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 58. RGB value is (168,25,88). Sum of RGB (Red+Green+Blue) = 168+25+88=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A81958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81958 is #57E6A7. Grayscale: #4A4A4A. Windows color (decimal): -5760680 or 5773736. OLE color: 5773736.
HSL color Cylindrical-coordinate representation of color #A81958: hue angle of 333.57º 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 #A81958 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 88 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.34 |
| HSL | 333.57º | 0.74% | 0.38% | - |
| HSV(B) | 333.57º | 0.85% | 0.66% | - |
| XYZ | 18.26 | 9.72 | 10.15 | - |
| YUV | 74.94 | 135.38 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 88 | 0 | 0.85 | 0.48 | 0.34 | 333.57 | 0.74 | 0.38 |
| Hex | A8 | 19 | 58 | 0 | 55 | 30 | 22 | 14E | 4A | 26 |
| Octal | 250 | 31 | 130 | 0 | 125 | 60 | 42 | 516 | 112 | 46 |
| Binary | 10101000 | 11001 | 1011000 | 0 | 1010101 | 110000 | 100010 | 101001110 | 1001010 | 100110 |
Color Harmonies of #A81958
Complementary color
Monochromatic Colors of #A81958
Black with #A81958
Text Example
Text Example
White with #A81958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81958; }
p { color: rgb(168,25,88); }
H1.HeaderClassName
{
color: #A81958;
}
.AnyTagClassName
{
color: #A81958;
}
</style>
background-color css
<style>
a { background-color: #A81958; }
a { background-color: rgb(168,25,88); }
div.DivClassName
{
background-color: #A81958;
}
.BgClassName
{
background-color: #A81958;
}
</style>
border-color css
<style>
span { border-color: #A81958; }
span { border-color: rgb(168,25,88); }
td.TdClassName
{
border-color: #A81958;
}
.TagClassName
{
border-color: #A81958;
}
</style>