Shades of Jazzberry Jam #A91B5A
Tints of Jazzberry Jam #A91B5A
RGB
CMYK
RGB Variations
Color information
#A91B5A (or 0xA91B5A) is known color: Jazzberry Jam. HEX triplet: A9, 1B and 5A. RGB value is (169,27,90). Sum of RGB (Red+Green+Blue) = 169+27+90=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91B5A is #56E4A5. Grayscale: #4C4C4C. Windows color (decimal): -5694630 or 5905321. OLE color: 5905321.
HSL color Cylindrical-coordinate representation of color #A91B5A: hue angle of 333.38º 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 #A91B5A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 90 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.34 |
| HSL | 333.38º | 0.72% | 0.38% | - |
| HSV(B) | 333.38º | 0.84% | 0.66% | - |
| XYZ | 18.6 | 9.96 | 10.61 | - |
| YUV | 76.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 90 | 0 | 0.84 | 0.47 | 0.34 | 333.38 | 0.72 | 0.38 |
| Hex | A9 | 1B | 5A | 0 | 54 | 2F | 22 | 14D | 48 | 26 |
| Octal | 251 | 33 | 132 | 0 | 124 | 57 | 42 | 515 | 110 | 46 |
| Binary | 10101001 | 11011 | 1011010 | 0 | 1010100 | 101111 | 100010 | 101001101 | 1001000 | 100110 |
Color Harmonies of #A91B5A
Complementary color
Monochromatic Colors of #A91B5A
Black with #A91B5A
Text Example
Text Example
White with #A91B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B5A; }
p { color: rgb(169,27,90); }
H1.HeaderClassName
{
color: #A91B5A;
}
.AnyTagClassName
{
color: #A91B5A;
}
</style>
background-color css
<style>
a { background-color: #A91B5A; }
a { background-color: rgb(169,27,90); }
div.DivClassName
{
background-color: #A91B5A;
}
.BgClassName
{
background-color: #A91B5A;
}
</style>
border-color css
<style>
span { border-color: #A91B5A; }
span { border-color: rgb(169,27,90); }
td.TdClassName
{
border-color: #A91B5A;
}
.TagClassName
{
border-color: #A91B5A;
}
</style>