Shades of Jazzberry Jam #A11E6E
Tints of Jazzberry Jam #A11E6E
RGB
CMYK
RGB Variations
Color information
#A11E6E (or 0xA11E6E) is known color: Jazzberry Jam. HEX triplet: A1, 1E and 6E. RGB value is (161,30,110). Sum of RGB (Red+Green+Blue) = 161+30+110=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E6E is #5EE191. Grayscale: #4E4E4E. Windows color (decimal): -6218130 or 7216801. OLE color: 7216801.
HSL color Cylindrical-coordinate representation of color #A11E6E: hue angle of 323.36º 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 #A11E6E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 110 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.37 |
| HSL | 323.36º | 0.69% | 0.37% | - |
| HSV(B) | 323.36º | 0.81% | 0.63% | - |
| XYZ | 17.98 | 9.63 | 15.66 | - |
| YUV | 78.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 110 | 0 | 0.81 | 0.32 | 0.37 | 323.36 | 0.69 | 0.37 |
| Hex | A1 | 1E | 6E | 0 | 51 | 20 | 25 | 143 | 45 | 25 |
| Octal | 241 | 36 | 156 | 0 | 121 | 40 | 45 | 503 | 105 | 45 |
| Binary | 10100001 | 11110 | 1101110 | 0 | 1010001 | 100000 | 100101 | 101000011 | 1000101 | 100101 |
Color Harmonies of #A11E6E
Complementary color
Monochromatic Colors of #A11E6E
Black with #A11E6E
Text Example
Text Example
White with #A11E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E6E; }
p { color: rgb(161,30,110); }
H1.HeaderClassName
{
color: #A11E6E;
}
.AnyTagClassName
{
color: #A11E6E;
}
</style>
background-color css
<style>
a { background-color: #A11E6E; }
a { background-color: rgb(161,30,110); }
div.DivClassName
{
background-color: #A11E6E;
}
.BgClassName
{
background-color: #A11E6E;
}
</style>
border-color css
<style>
span { border-color: #A11E6E; }
span { border-color: rgb(161,30,110); }
td.TdClassName
{
border-color: #A11E6E;
}
.TagClassName
{
border-color: #A11E6E;
}
</style>