Shades of Jazzberry Jam #A11E72
Tints of Jazzberry Jam #A11E72
RGB
CMYK
RGB Variations
Color information
#A11E72 (or 0xA11E72) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 72. RGB value is (161,30,114). Sum of RGB (Red+Green+Blue) = 161+30+114=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E72 is #5EE18D. Grayscale: #4E4E4E. Windows color (decimal): -6218126 or 7478945. OLE color: 7478945.
HSL color Cylindrical-coordinate representation of color #A11E72: hue angle of 321.53º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E72 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 114 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.37 |
| HSL | 321.53º | 0.69% | 0.37% | - |
| HSV(B) | 321.53º | 0.81% | 0.63% | - |
| XYZ | 18.2 | 9.72 | 16.84 | - |
| YUV | 78.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 114 | 0 | 0.81 | 0.29 | 0.37 | 321.53 | 0.69 | 0.37 |
| Hex | A1 | 1E | 72 | 0 | 51 | 1D | 25 | 142 | 45 | 25 |
| Octal | 241 | 36 | 162 | 0 | 121 | 35 | 45 | 502 | 105 | 45 |
| Binary | 10100001 | 11110 | 1110010 | 0 | 1010001 | 11101 | 100101 | 101000010 | 1000101 | 100101 |
Color Harmonies of #A11E72
Complementary color
Monochromatic Colors of #A11E72
Black with #A11E72
Text Example
Text Example
White with #A11E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E72; }
p { color: rgb(161,30,114); }
H1.HeaderClassName
{
color: #A11E72;
}
.AnyTagClassName
{
color: #A11E72;
}
</style>
background-color css
<style>
a { background-color: #A11E72; }
a { background-color: rgb(161,30,114); }
div.DivClassName
{
background-color: #A11E72;
}
.BgClassName
{
background-color: #A11E72;
}
</style>
border-color css
<style>
span { border-color: #A11E72; }
span { border-color: rgb(161,30,114); }
td.TdClassName
{
border-color: #A11E72;
}
.TagClassName
{
border-color: #A11E72;
}
</style>