Shades of Jazzberry Jam #A81B5E
Tints of Jazzberry Jam #A81B5E
RGB
CMYK
RGB Variations
Color information
#A81B5E (or 0xA81B5E) is known color: Jazzberry Jam. HEX triplet: A8, 1B and 5E. RGB value is (168,27,94). Sum of RGB (Red+Green+Blue) = 168+27+94=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B5E is #57E4A1. Grayscale: #4C4C4C. Windows color (decimal): -5760162 or 6167464. OLE color: 6167464.
HSL color Cylindrical-coordinate representation of color #A81B5E: hue angle of 331.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B5E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 94 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.34 |
| HSL | 331.49º | 0.72% | 0.38% | - |
| HSV(B) | 331.49º | 0.84% | 0.66% | - |
| XYZ | 18.56 | 9.92 | 11.53 | - |
| YUV | 76.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 94 | 0 | 0.84 | 0.44 | 0.34 | 331.49 | 0.72 | 0.38 |
| Hex | A8 | 1B | 5E | 0 | 54 | 2C | 22 | 14B | 48 | 26 |
| Octal | 250 | 33 | 136 | 0 | 124 | 54 | 42 | 513 | 110 | 46 |
| Binary | 10101000 | 11011 | 1011110 | 0 | 1010100 | 101100 | 100010 | 101001011 | 1001000 | 100110 |
Color Harmonies of #A81B5E
Complementary color
Monochromatic Colors of #A81B5E
Black with #A81B5E
Text Example
Text Example
White with #A81B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B5E; }
p { color: rgb(168,27,94); }
H1.HeaderClassName
{
color: #A81B5E;
}
.AnyTagClassName
{
color: #A81B5E;
}
</style>
background-color css
<style>
a { background-color: #A81B5E; }
a { background-color: rgb(168,27,94); }
div.DivClassName
{
background-color: #A81B5E;
}
.BgClassName
{
background-color: #A81B5E;
}
</style>
border-color css
<style>
span { border-color: #A81B5E; }
span { border-color: rgb(168,27,94); }
td.TdClassName
{
border-color: #A81B5E;
}
.TagClassName
{
border-color: #A81B5E;
}
</style>