Shades of Jazzberry Jam #A11A5E
Tints of Jazzberry Jam #A11A5E
RGB
CMYK
RGB Variations
Color information
#A11A5E (or 0xA11A5E) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 5E. RGB value is (161,26,94). Sum of RGB (Red+Green+Blue) = 161+26+94=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A5E is #5EE5A1. Grayscale: #494949. Windows color (decimal): -6219170 or 6167201. OLE color: 6167201.
HSL color Cylindrical-coordinate representation of color #A11A5E: hue angle of 329.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A5E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 94 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.37 |
| HSL | 329.78º | 0.72% | 0.37% | - |
| HSV(B) | 329.78º | 0.84% | 0.63% | - |
| XYZ | 17.09 | 9.12 | 11.45 | - |
| YUV | 74.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 94 | 0 | 0.84 | 0.42 | 0.37 | 329.78 | 0.72 | 0.37 |
| Hex | A1 | 1A | 5E | 0 | 54 | 2A | 25 | 14A | 48 | 25 |
| Octal | 241 | 32 | 136 | 0 | 124 | 52 | 45 | 512 | 110 | 45 |
| Binary | 10100001 | 11010 | 1011110 | 0 | 1010100 | 101010 | 100101 | 101001010 | 1001000 | 100101 |
Color Harmonies of #A11A5E
Complementary color
Monochromatic Colors of #A11A5E
Black with #A11A5E
Text Example
Text Example
White with #A11A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A5E; }
p { color: rgb(161,26,94); }
H1.HeaderClassName
{
color: #A11A5E;
}
.AnyTagClassName
{
color: #A11A5E;
}
</style>
background-color css
<style>
a { background-color: #A11A5E; }
a { background-color: rgb(161,26,94); }
div.DivClassName
{
background-color: #A11A5E;
}
.BgClassName
{
background-color: #A11A5E;
}
</style>
border-color css
<style>
span { border-color: #A11A5E; }
span { border-color: rgb(161,26,94); }
td.TdClassName
{
border-color: #A11A5E;
}
.TagClassName
{
border-color: #A11A5E;
}
</style>