Shades of Jazzberry Jam #A11D5A
Tints of Jazzberry Jam #A11D5A
RGB
CMYK
RGB Variations
Color information
#A11D5A (or 0xA11D5A) is known color: Jazzberry Jam. HEX triplet: A1, 1D and 5A. RGB value is (161,29,90). Sum of RGB (Red+Green+Blue) = 161+29+90=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5A is #5EE2A5. Grayscale: #4B4B4B. Windows color (decimal): -6218406 or 5905825. OLE color: 5905825.
HSL color Cylindrical-coordinate representation of color #A11D5A: hue angle of 332.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D5A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 90 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.37 |
| HSL | 332.27º | 0.69% | 0.37% | - |
| HSV(B) | 332.27º | 0.82% | 0.63% | - |
| XYZ | 16.98 | 9.19 | 10.55 | - |
| YUV | 75.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 90 | 0 | 0.82 | 0.44 | 0.37 | 332.27 | 0.69 | 0.37 |
| Hex | A1 | 1D | 5A | 0 | 52 | 2C | 25 | 14C | 45 | 25 |
| Octal | 241 | 35 | 132 | 0 | 122 | 54 | 45 | 514 | 105 | 45 |
| Binary | 10100001 | 11101 | 1011010 | 0 | 1010010 | 101100 | 100101 | 101001100 | 1000101 | 100101 |
Color Harmonies of #A11D5A
Complementary color
Monochromatic Colors of #A11D5A
Black with #A11D5A
Text Example
Text Example
White with #A11D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D5A; }
p { color: rgb(161,29,90); }
H1.HeaderClassName
{
color: #A11D5A;
}
.AnyTagClassName
{
color: #A11D5A;
}
</style>
background-color css
<style>
a { background-color: #A11D5A; }
a { background-color: rgb(161,29,90); }
div.DivClassName
{
background-color: #A11D5A;
}
.BgClassName
{
background-color: #A11D5A;
}
</style>
border-color css
<style>
span { border-color: #A11D5A; }
span { border-color: rgb(161,29,90); }
td.TdClassName
{
border-color: #A11D5A;
}
.TagClassName
{
border-color: #A11D5A;
}
</style>