Shades of Jazzberry Jam #A11050
Tints of Jazzberry Jam #A11050
RGB
CMYK
RGB Variations
Color information
#A11050 (or 0xA11050) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 50. RGB value is (161,16,80). Sum of RGB (Red+Green+Blue) = 161+16+80=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A11050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11050 is #5EEFAF. Grayscale: #424242. Windows color (decimal): -6221744 or 5247137. OLE color: 5247137.
HSL color Cylindrical-coordinate representation of color #A11050: hue angle of 333.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11050 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 80 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.37 |
| HSL | 333.52º | 0.82% | 0.35% | - |
| HSV(B) | 333.52º | 0.9% | 0.63% | - |
| XYZ | 16.33 | 8.53 | 8.37 | - |
| YUV | 66.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 80 | 0 | 0.90 | 0.50 | 0.37 | 333.52 | 0.82 | 0.35 |
| Hex | A1 | 10 | 50 | 0 | 5A | 32 | 25 | 14E | 52 | 23 |
| Octal | 241 | 20 | 120 | 0 | 132 | 62 | 45 | 516 | 122 | 43 |
| Binary | 10100001 | 10000 | 1010000 | 0 | 1011010 | 110010 | 100101 | 101001110 | 1010010 | 100011 |
Color Harmonies of #A11050
Complementary color
Monochromatic Colors of #A11050
Black with #A11050
Text Example
Text Example
White with #A11050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11050; }
p { color: rgb(161,16,80); }
H1.HeaderClassName
{
color: #A11050;
}
.AnyTagClassName
{
color: #A11050;
}
</style>
background-color css
<style>
a { background-color: #A11050; }
a { background-color: rgb(161,16,80); }
div.DivClassName
{
background-color: #A11050;
}
.BgClassName
{
background-color: #A11050;
}
</style>
border-color css
<style>
span { border-color: #A11050; }
span { border-color: rgb(161,16,80); }
td.TdClassName
{
border-color: #A11050;
}
.TagClassName
{
border-color: #A11050;
}
</style>