Shades of Jazzberry Jam #A11164
Tints of Jazzberry Jam #A11164
RGB
CMYK
RGB Variations
Color information
#A11164 (or 0xA11164) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 64. RGB value is (161,17,100). Sum of RGB (Red+Green+Blue) = 161+17+100=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A11164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11164 is #5EEE9B. Grayscale: #454545. Windows color (decimal): -6221468 or 6558113. OLE color: 6558113.
HSL color Cylindrical-coordinate representation of color #A11164: hue angle of 325.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11164 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 100 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.37 |
| HSL | 325.42º | 0.81% | 0.35% | - |
| HSV(B) | 325.42º | 0.89% | 0.63% | - |
| XYZ | 17.2 | 8.9 | 12.87 | - |
| YUV | 69.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 100 | 0 | 0.89 | 0.38 | 0.37 | 325.42 | 0.81 | 0.35 |
| Hex | A1 | 11 | 64 | 0 | 59 | 26 | 25 | 145 | 51 | 23 |
| Octal | 241 | 21 | 144 | 0 | 131 | 46 | 45 | 505 | 121 | 43 |
| Binary | 10100001 | 10001 | 1100100 | 0 | 1011001 | 100110 | 100101 | 101000101 | 1010001 | 100011 |
Color Harmonies of #A11164
Complementary color
Monochromatic Colors of #A11164
Black with #A11164
Text Example
Text Example
White with #A11164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11164; }
p { color: rgb(161,17,100); }
H1.HeaderClassName
{
color: #A11164;
}
.AnyTagClassName
{
color: #A11164;
}
</style>
background-color css
<style>
a { background-color: #A11164; }
a { background-color: rgb(161,17,100); }
div.DivClassName
{
background-color: #A11164;
}
.BgClassName
{
background-color: #A11164;
}
</style>
border-color css
<style>
span { border-color: #A11164; }
span { border-color: rgb(161,17,100); }
td.TdClassName
{
border-color: #A11164;
}
.TagClassName
{
border-color: #A11164;
}
</style>