Shades of Jazzberry Jam #A3116E
Tints of Jazzberry Jam #A3116E
RGB
CMYK
RGB Variations
Color information
#A3116E (or 0xA3116E) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 6E. RGB value is (163,17,110). Sum of RGB (Red+Green+Blue) = 163+17+110=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3116E is #5CEE91. Grayscale: #474747. Windows color (decimal): -6090386 or 7213475. OLE color: 7213475.
HSL color Cylindrical-coordinate representation of color #A3116E: hue angle of 321.78º 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 #A3116E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 110 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.36 |
| HSL | 321.78º | 0.81% | 0.35% | - |
| HSV(B) | 321.78º | 0.9% | 0.64% | - |
| XYZ | 18.12 | 9.31 | 15.59 | - |
| YUV | 71.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 110 | 0 | 0.90 | 0.33 | 0.36 | 321.78 | 0.81 | 0.35 |
| Hex | A3 | 11 | 6E | 0 | 5A | 21 | 24 | 142 | 51 | 23 |
| Octal | 243 | 21 | 156 | 0 | 132 | 41 | 44 | 502 | 121 | 43 |
| Binary | 10100011 | 10001 | 1101110 | 0 | 1011010 | 100001 | 100100 | 101000010 | 1010001 | 100011 |
Color Harmonies of #A3116E
Complementary color
Monochromatic Colors of #A3116E
Black with #A3116E
Text Example
Text Example
White with #A3116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3116E; }
p { color: rgb(163,17,110); }
H1.HeaderClassName
{
color: #A3116E;
}
.AnyTagClassName
{
color: #A3116E;
}
</style>
background-color css
<style>
a { background-color: #A3116E; }
a { background-color: rgb(163,17,110); }
div.DivClassName
{
background-color: #A3116E;
}
.BgClassName
{
background-color: #A3116E;
}
</style>
border-color css
<style>
span { border-color: #A3116E; }
span { border-color: rgb(163,17,110); }
td.TdClassName
{
border-color: #A3116E;
}
.TagClassName
{
border-color: #A3116E;
}
</style>