Shades of Jazzberry Jam #A81B5B
Tints of Jazzberry Jam #A81B5B
RGB
CMYK
RGB Variations
Color information
#A81B5B (or 0xA81B5B) is known color: Jazzberry Jam. HEX triplet: A8, 1B and 5B. RGB value is (168,27,91). Sum of RGB (Red+Green+Blue) = 168+27+91=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B5B is #57E4A4. Grayscale: #4C4C4C. Windows color (decimal): -5760165 or 5970856. OLE color: 5970856.
HSL color Cylindrical-coordinate representation of color #A81B5B: hue angle of 332.77º 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 #A81B5B is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 91 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.34 |
| HSL | 332.77º | 0.72% | 0.38% | - |
| HSV(B) | 332.77º | 0.84% | 0.66% | - |
| XYZ | 18.43 | 9.86 | 10.83 | - |
| YUV | 76.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 91 | 0 | 0.84 | 0.46 | 0.34 | 332.77 | 0.72 | 0.38 |
| Hex | A8 | 1B | 5B | 0 | 54 | 2E | 22 | 14D | 48 | 26 |
| Octal | 250 | 33 | 133 | 0 | 124 | 56 | 42 | 515 | 110 | 46 |
| Binary | 10101000 | 11011 | 1011011 | 0 | 1010100 | 101110 | 100010 | 101001101 | 1001000 | 100110 |
Color Harmonies of #A81B5B
Complementary color
Monochromatic Colors of #A81B5B
Black with #A81B5B
Text Example
Text Example
White with #A81B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B5B; }
p { color: rgb(168,27,91); }
H1.HeaderClassName
{
color: #A81B5B;
}
.AnyTagClassName
{
color: #A81B5B;
}
</style>
background-color css
<style>
a { background-color: #A81B5B; }
a { background-color: rgb(168,27,91); }
div.DivClassName
{
background-color: #A81B5B;
}
.BgClassName
{
background-color: #A81B5B;
}
</style>
border-color css
<style>
span { border-color: #A81B5B; }
span { border-color: rgb(168,27,91); }
td.TdClassName
{
border-color: #A81B5B;
}
.TagClassName
{
border-color: #A81B5B;
}
</style>