Shades of Jazzberry Jam #A11367
Tints of Jazzberry Jam #A11367
RGB
CMYK
RGB Variations
Color information
#A11367 (or 0xA11367) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 67. RGB value is (161,19,103). Sum of RGB (Red+Green+Blue) = 161+19+103=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A11367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11367 is #5EEC98. Grayscale: #464646. Windows color (decimal): -6220953 or 6755233. OLE color: 6755233.
HSL color Cylindrical-coordinate representation of color #A11367: hue angle of 324.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11367 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 103 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.37 |
| HSL | 324.51º | 0.79% | 0.35% | - |
| HSV(B) | 324.51º | 0.88% | 0.63% | - |
| XYZ | 17.38 | 9.02 | 13.66 | - |
| YUV | 71.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 103 | 0 | 0.88 | 0.36 | 0.37 | 324.51 | 0.79 | 0.35 |
| Hex | A1 | 13 | 67 | 0 | 58 | 24 | 25 | 145 | 4F | 23 |
| Octal | 241 | 23 | 147 | 0 | 130 | 44 | 45 | 505 | 117 | 43 |
| Binary | 10100001 | 10011 | 1100111 | 0 | 1011000 | 100100 | 100101 | 101000101 | 1001111 | 100011 |
Color Harmonies of #A11367
Complementary color
Monochromatic Colors of #A11367
Black with #A11367
Text Example
Text Example
White with #A11367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11367; }
p { color: rgb(161,19,103); }
H1.HeaderClassName
{
color: #A11367;
}
.AnyTagClassName
{
color: #A11367;
}
</style>
background-color css
<style>
a { background-color: #A11367; }
a { background-color: rgb(161,19,103); }
div.DivClassName
{
background-color: #A11367;
}
.BgClassName
{
background-color: #A11367;
}
</style>
border-color css
<style>
span { border-color: #A11367; }
span { border-color: rgb(161,19,103); }
td.TdClassName
{
border-color: #A11367;
}
.TagClassName
{
border-color: #A11367;
}
</style>