Shades of Jazzberry Jam #A3116D
Tints of Jazzberry Jam #A3116D
RGB
CMYK
RGB Variations
Color information
#A3116D (or 0xA3116D) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 6D. RGB value is (163,17,109). Sum of RGB (Red+Green+Blue) = 163+17+109=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3116D is #5CEE92. Grayscale: #464646. Windows color (decimal): -6090387 or 7147939. OLE color: 7147939.
HSL color Cylindrical-coordinate representation of color #A3116D: hue angle of 322.19º 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 #A3116D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 109 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.36 |
| HSL | 322.19º | 0.81% | 0.35% | - |
| HSV(B) | 322.19º | 0.9% | 0.64% | - |
| XYZ | 18.07 | 9.29 | 15.31 | - |
| YUV | 71.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 109 | 0 | 0.90 | 0.33 | 0.36 | 322.19 | 0.81 | 0.35 |
| Hex | A3 | 11 | 6D | 0 | 5A | 21 | 24 | 142 | 51 | 23 |
| Octal | 243 | 21 | 155 | 0 | 132 | 41 | 44 | 502 | 121 | 43 |
| Binary | 10100011 | 10001 | 1101101 | 0 | 1011010 | 100001 | 100100 | 101000010 | 1010001 | 100011 |
Color Harmonies of #A3116D
Complementary color
Monochromatic Colors of #A3116D
Black with #A3116D
Text Example
Text Example
White with #A3116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3116D; }
p { color: rgb(163,17,109); }
H1.HeaderClassName
{
color: #A3116D;
}
.AnyTagClassName
{
color: #A3116D;
}
</style>
background-color css
<style>
a { background-color: #A3116D; }
a { background-color: rgb(163,17,109); }
div.DivClassName
{
background-color: #A3116D;
}
.BgClassName
{
background-color: #A3116D;
}
</style>
border-color css
<style>
span { border-color: #A3116D; }
span { border-color: rgb(163,17,109); }
td.TdClassName
{
border-color: #A3116D;
}
.TagClassName
{
border-color: #A3116D;
}
</style>