Shades of Jazzberry Jam #A11766
Tints of Jazzberry Jam #A11766
RGB
CMYK
RGB Variations
Color information
#A11766 (or 0xA11766) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 66. RGB value is (161,23,102). Sum of RGB (Red+Green+Blue) = 161+23+102=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A11766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11766 is #5EE899. Grayscale: #494949. Windows color (decimal): -6219930 or 6690721. OLE color: 6690721.
HSL color Cylindrical-coordinate representation of color #A11766: hue angle of 325.65º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11766 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 102 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.37 |
| HSL | 325.65º | 0.75% | 0.36% | - |
| HSV(B) | 325.65º | 0.86% | 0.63% | - |
| XYZ | 17.4 | 9.15 | 13.42 | - |
| YUV | 73.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 102 | 0 | 0.86 | 0.37 | 0.37 | 325.65 | 0.75 | 0.36 |
| Hex | A1 | 17 | 66 | 0 | 56 | 25 | 25 | 146 | 4B | 24 |
| Octal | 241 | 27 | 146 | 0 | 126 | 45 | 45 | 506 | 113 | 44 |
| Binary | 10100001 | 10111 | 1100110 | 0 | 1010110 | 100101 | 100101 | 101000110 | 1001011 | 100100 |
Color Harmonies of #A11766
Complementary color
Monochromatic Colors of #A11766
Black with #A11766
Text Example
Text Example
White with #A11766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11766; }
p { color: rgb(161,23,102); }
H1.HeaderClassName
{
color: #A11766;
}
.AnyTagClassName
{
color: #A11766;
}
</style>
background-color css
<style>
a { background-color: #A11766; }
a { background-color: rgb(161,23,102); }
div.DivClassName
{
background-color: #A11766;
}
.BgClassName
{
background-color: #A11766;
}
</style>
border-color css
<style>
span { border-color: #A11766; }
span { border-color: rgb(161,23,102); }
td.TdClassName
{
border-color: #A11766;
}
.TagClassName
{
border-color: #A11766;
}
</style>