Shades of Jazzberry Jam #A11D5C
Tints of Jazzberry Jam #A11D5C
RGB
CMYK
RGB Variations
Color information
#A11D5C (or 0xA11D5C) is known color: Jazzberry Jam. HEX triplet: A1, 1D and 5C. RGB value is (161,29,92). Sum of RGB (Red+Green+Blue) = 161+29+92=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5C is #5EE2A3. Grayscale: #4B4B4B. Windows color (decimal): -6218404 or 6036897. OLE color: 6036897.
HSL color Cylindrical-coordinate representation of color #A11D5C: hue angle of 331.36º 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 #A11D5C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 92 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.37 |
| HSL | 331.36º | 0.69% | 0.37% | - |
| HSV(B) | 331.36º | 0.82% | 0.63% | - |
| XYZ | 17.07 | 9.23 | 11.01 | - |
| YUV | 75.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 92 | 0 | 0.82 | 0.43 | 0.37 | 331.36 | 0.69 | 0.37 |
| Hex | A1 | 1D | 5C | 0 | 52 | 2B | 25 | 14B | 45 | 25 |
| Octal | 241 | 35 | 134 | 0 | 122 | 53 | 45 | 513 | 105 | 45 |
| Binary | 10100001 | 11101 | 1011100 | 0 | 1010010 | 101011 | 100101 | 101001011 | 1000101 | 100101 |
Color Harmonies of #A11D5C
Complementary color
Monochromatic Colors of #A11D5C
Black with #A11D5C
Text Example
Text Example
White with #A11D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D5C; }
p { color: rgb(161,29,92); }
H1.HeaderClassName
{
color: #A11D5C;
}
.AnyTagClassName
{
color: #A11D5C;
}
</style>
background-color css
<style>
a { background-color: #A11D5C; }
a { background-color: rgb(161,29,92); }
div.DivClassName
{
background-color: #A11D5C;
}
.BgClassName
{
background-color: #A11D5C;
}
</style>
border-color css
<style>
span { border-color: #A11D5C; }
span { border-color: rgb(161,29,92); }
td.TdClassName
{
border-color: #A11D5C;
}
.TagClassName
{
border-color: #A11D5C;
}
</style>