Shades of Jazzberry Jam #A31166
Tints of Jazzberry Jam #A31166
RGB
CMYK
RGB Variations
Color information
#A31166 (or 0xA31166) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 66. RGB value is (163,17,102). Sum of RGB (Red+Green+Blue) = 163+17+102=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A31166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31166 is #5CEE99. Grayscale: #464646. Windows color (decimal): -6090394 or 6689187. OLE color: 6689187.
HSL color Cylindrical-coordinate representation of color #A31166: hue angle of 325.07º 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 #A31166 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 102 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.36 |
| HSL | 325.07º | 0.81% | 0.35% | - |
| HSV(B) | 325.07º | 0.9% | 0.64% | - |
| XYZ | 17.7 | 9.15 | 13.4 | - |
| YUV | 70.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 102 | 0 | 0.90 | 0.37 | 0.36 | 325.07 | 0.81 | 0.35 |
| Hex | A3 | 11 | 66 | 0 | 5A | 25 | 24 | 145 | 51 | 23 |
| Octal | 243 | 21 | 146 | 0 | 132 | 45 | 44 | 505 | 121 | 43 |
| Binary | 10100011 | 10001 | 1100110 | 0 | 1011010 | 100101 | 100100 | 101000101 | 1010001 | 100011 |
Color Harmonies of #A31166
Complementary color
Monochromatic Colors of #A31166
Black with #A31166
Text Example
Text Example
White with #A31166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31166; }
p { color: rgb(163,17,102); }
H1.HeaderClassName
{
color: #A31166;
}
.AnyTagClassName
{
color: #A31166;
}
</style>
background-color css
<style>
a { background-color: #A31166; }
a { background-color: rgb(163,17,102); }
div.DivClassName
{
background-color: #A31166;
}
.BgClassName
{
background-color: #A31166;
}
</style>
border-color css
<style>
span { border-color: #A31166; }
span { border-color: rgb(163,17,102); }
td.TdClassName
{
border-color: #A31166;
}
.TagClassName
{
border-color: #A31166;
}
</style>