Shades of Jazzberry Jam #A31168
Tints of Jazzberry Jam #A31168
RGB
CMYK
RGB Variations
Color information
#A31168 (or 0xA31168) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 68. RGB value is (163,17,104). Sum of RGB (Red+Green+Blue) = 163+17+104=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A31168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31168 is #5CEE97. Grayscale: #464646. Windows color (decimal): -6090392 or 6820259. OLE color: 6820259.
HSL color Cylindrical-coordinate representation of color #A31168: hue angle of 324.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31168 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 104 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.36 |
| HSL | 324.25º | 0.81% | 0.35% | - |
| HSV(B) | 324.25º | 0.9% | 0.64% | - |
| XYZ | 17.8 | 9.19 | 13.93 | - |
| YUV | 70.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 104 | 0 | 0.90 | 0.36 | 0.36 | 324.25 | 0.81 | 0.35 |
| Hex | A3 | 11 | 68 | 0 | 5A | 24 | 24 | 144 | 51 | 23 |
| Octal | 243 | 21 | 150 | 0 | 132 | 44 | 44 | 504 | 121 | 43 |
| Binary | 10100011 | 10001 | 1101000 | 0 | 1011010 | 100100 | 100100 | 101000100 | 1010001 | 100011 |
Color Harmonies of #A31168
Complementary color
Monochromatic Colors of #A31168
Black with #A31168
Text Example
Text Example
White with #A31168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31168; }
p { color: rgb(163,17,104); }
H1.HeaderClassName
{
color: #A31168;
}
.AnyTagClassName
{
color: #A31168;
}
</style>
background-color css
<style>
a { background-color: #A31168; }
a { background-color: rgb(163,17,104); }
div.DivClassName
{
background-color: #A31168;
}
.BgClassName
{
background-color: #A31168;
}
</style>
border-color css
<style>
span { border-color: #A31168; }
span { border-color: rgb(163,17,104); }
td.TdClassName
{
border-color: #A31168;
}
.TagClassName
{
border-color: #A31168;
}
</style>