Shades of Jazzberry Jam #A91B5D
Tints of Jazzberry Jam #A91B5D
RGB
CMYK
RGB Variations
Color information
#A91B5D (or 0xA91B5D) is known color: Jazzberry Jam. HEX triplet: A9, 1B and 5D. RGB value is (169,27,93). Sum of RGB (Red+Green+Blue) = 169+27+93=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91B5D is #56E4A2. Grayscale: #4C4C4C. Windows color (decimal): -5694627 or 6101929. OLE color: 6101929.
HSL color Cylindrical-coordinate representation of color #A91B5D: hue angle of 332.11º 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 #A91B5D is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 93 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.34 |
| HSL | 332.11º | 0.72% | 0.38% | - |
| HSV(B) | 332.11º | 0.84% | 0.66% | - |
| XYZ | 18.73 | 10.01 | 11.3 | - |
| YUV | 76.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 93 | 0 | 0.84 | 0.45 | 0.34 | 332.11 | 0.72 | 0.38 |
| Hex | A9 | 1B | 5D | 0 | 54 | 2D | 22 | 14C | 48 | 26 |
| Octal | 251 | 33 | 135 | 0 | 124 | 55 | 42 | 514 | 110 | 46 |
| Binary | 10101001 | 11011 | 1011101 | 0 | 1010100 | 101101 | 100010 | 101001100 | 1001000 | 100110 |
Color Harmonies of #A91B5D
Complementary color
Monochromatic Colors of #A91B5D
Black with #A91B5D
Text Example
Text Example
White with #A91B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B5D; }
p { color: rgb(169,27,93); }
H1.HeaderClassName
{
color: #A91B5D;
}
.AnyTagClassName
{
color: #A91B5D;
}
</style>
background-color css
<style>
a { background-color: #A91B5D; }
a { background-color: rgb(169,27,93); }
div.DivClassName
{
background-color: #A91B5D;
}
.BgClassName
{
background-color: #A91B5D;
}
</style>
border-color css
<style>
span { border-color: #A91B5D; }
span { border-color: rgb(169,27,93); }
td.TdClassName
{
border-color: #A91B5D;
}
.TagClassName
{
border-color: #A91B5D;
}
</style>