Shades of Jazzberry Jam #A11A6F
Tints of Jazzberry Jam #A11A6F
RGB
CMYK
RGB Variations
Color information
#A11A6F (or 0xA11A6F) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 6F. RGB value is (161,26,111). Sum of RGB (Red+Green+Blue) = 161+26+111=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A6F is #5EE590. Grayscale: #4B4B4B. Windows color (decimal): -6219153 or 7281313. OLE color: 7281313.
HSL color Cylindrical-coordinate representation of color #A11A6F: hue angle of 322.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A6F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 111 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.37 |
| HSL | 322.22º | 0.72% | 0.37% | - |
| HSV(B) | 322.22º | 0.84% | 0.63% | - |
| XYZ | 17.94 | 9.46 | 15.92 | - |
| YUV | 76.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 111 | 0 | 0.84 | 0.31 | 0.37 | 322.22 | 0.72 | 0.37 |
| Hex | A1 | 1A | 6F | 0 | 54 | 1F | 25 | 142 | 48 | 25 |
| Octal | 241 | 32 | 157 | 0 | 124 | 37 | 45 | 502 | 110 | 45 |
| Binary | 10100001 | 11010 | 1101111 | 0 | 1010100 | 11111 | 100101 | 101000010 | 1001000 | 100101 |
Color Harmonies of #A11A6F
Complementary color
Monochromatic Colors of #A11A6F
Black with #A11A6F
Text Example
Text Example
White with #A11A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A6F; }
p { color: rgb(161,26,111); }
H1.HeaderClassName
{
color: #A11A6F;
}
.AnyTagClassName
{
color: #A11A6F;
}
</style>
background-color css
<style>
a { background-color: #A11A6F; }
a { background-color: rgb(161,26,111); }
div.DivClassName
{
background-color: #A11A6F;
}
.BgClassName
{
background-color: #A11A6F;
}
</style>
border-color css
<style>
span { border-color: #A11A6F; }
span { border-color: rgb(161,26,111); }
td.TdClassName
{
border-color: #A11A6F;
}
.TagClassName
{
border-color: #A11A6F;
}
</style>