Shades of Jazzberry Jam #A11F6B
Tints of Jazzberry Jam #A11F6B
RGB
CMYK
RGB Variations
Color information
#A11F6B (or 0xA11F6B) is known color: Jazzberry Jam. HEX triplet: A1, 1F and 6B. RGB value is (161,31,107). Sum of RGB (Red+Green+Blue) = 161+31+107=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F6B is #5EE094. Grayscale: #4E4E4E. Windows color (decimal): -6217877 or 7020449. OLE color: 7020449.
HSL color Cylindrical-coordinate representation of color #A11F6B: hue angle of 324.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F6B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 107 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.37 |
| HSL | 324.92º | 0.68% | 0.38% | - |
| HSV(B) | 324.92º | 0.81% | 0.63% | - |
| XYZ | 17.84 | 9.62 | 14.83 | - |
| YUV | 78.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 107 | 0 | 0.81 | 0.34 | 0.37 | 324.92 | 0.68 | 0.38 |
| Hex | A1 | 1F | 6B | 0 | 51 | 22 | 25 | 145 | 44 | 26 |
| Octal | 241 | 37 | 153 | 0 | 121 | 42 | 45 | 505 | 104 | 46 |
| Binary | 10100001 | 11111 | 1101011 | 0 | 1010001 | 100010 | 100101 | 101000101 | 1000100 | 100110 |
Color Harmonies of #A11F6B
Complementary color
Monochromatic Colors of #A11F6B
Black with #A11F6B
Text Example
Text Example
White with #A11F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F6B; }
p { color: rgb(161,31,107); }
H1.HeaderClassName
{
color: #A11F6B;
}
.AnyTagClassName
{
color: #A11F6B;
}
</style>
background-color css
<style>
a { background-color: #A11F6B; }
a { background-color: rgb(161,31,107); }
div.DivClassName
{
background-color: #A11F6B;
}
.BgClassName
{
background-color: #A11F6B;
}
</style>
border-color css
<style>
span { border-color: #A11F6B; }
span { border-color: rgb(161,31,107); }
td.TdClassName
{
border-color: #A11F6B;
}
.TagClassName
{
border-color: #A11F6B;
}
</style>