Shades of Jazzberry Jam #A11665
Tints of Jazzberry Jam #A11665
RGB
CMYK
RGB Variations
Color information
#A11665 (or 0xA11665) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 65. RGB value is (161,22,101). Sum of RGB (Red+Green+Blue) = 161+22+101=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A11665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11665 is #5EE99A. Grayscale: #484848. Windows color (decimal): -6220187 or 6624929. OLE color: 6624929.
HSL color Cylindrical-coordinate representation of color #A11665: hue angle of 325.9º degrees, saturation: 0.76, 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 #A11665 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 101 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.37 |
| HSL | 325.9º | 0.76% | 0.36% | - |
| HSV(B) | 325.9º | 0.86% | 0.63% | - |
| XYZ | 17.33 | 9.09 | 13.15 | - |
| YUV | 72.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 101 | 0 | 0.86 | 0.37 | 0.37 | 325.9 | 0.76 | 0.36 |
| Hex | A1 | 16 | 65 | 0 | 56 | 25 | 25 | 146 | 4C | 24 |
| Octal | 241 | 26 | 145 | 0 | 126 | 45 | 45 | 506 | 114 | 44 |
| Binary | 10100001 | 10110 | 1100101 | 0 | 1010110 | 100101 | 100101 | 101000110 | 1001100 | 100100 |
Color Harmonies of #A11665
Complementary color
Monochromatic Colors of #A11665
Black with #A11665
Text Example
Text Example
White with #A11665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11665; }
p { color: rgb(161,22,101); }
H1.HeaderClassName
{
color: #A11665;
}
.AnyTagClassName
{
color: #A11665;
}
</style>
background-color css
<style>
a { background-color: #A11665; }
a { background-color: rgb(161,22,101); }
div.DivClassName
{
background-color: #A11665;
}
.BgClassName
{
background-color: #A11665;
}
</style>
border-color css
<style>
span { border-color: #A11665; }
span { border-color: rgb(161,22,101); }
td.TdClassName
{
border-color: #A11665;
}
.TagClassName
{
border-color: #A11665;
}
</style>