Shades of Jazzberry Jam #A8115D
Tints of Jazzberry Jam #A8115D
RGB
CMYK
RGB Variations
Color information
#A8115D (or 0xA8115D) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 5D. RGB value is (168,17,93). Sum of RGB (Red+Green+Blue) = 168+17+93=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8115D is #57EEA2. Grayscale: #464646. Windows color (decimal): -5762723 or 6099368. OLE color: 6099368.
HSL color Cylindrical-coordinate representation of color #A8115D: hue angle of 329.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8115D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 93 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.34 |
| HSL | 329.8º | 0.82% | 0.36% | - |
| HSV(B) | 329.8º | 0.9% | 0.66% | - |
| XYZ | 18.32 | 9.52 | 11.23 | - |
| YUV | 70.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 93 | 0 | 0.90 | 0.45 | 0.34 | 329.8 | 0.82 | 0.36 |
| Hex | A8 | 11 | 5D | 0 | 5A | 2D | 22 | 14A | 52 | 24 |
| Octal | 250 | 21 | 135 | 0 | 132 | 55 | 42 | 512 | 122 | 44 |
| Binary | 10101000 | 10001 | 1011101 | 0 | 1011010 | 101101 | 100010 | 101001010 | 1010010 | 100100 |
Color Harmonies of #A8115D
Complementary color
Monochromatic Colors of #A8115D
Black with #A8115D
Text Example
Text Example
White with #A8115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8115D; }
p { color: rgb(168,17,93); }
H1.HeaderClassName
{
color: #A8115D;
}
.AnyTagClassName
{
color: #A8115D;
}
</style>
background-color css
<style>
a { background-color: #A8115D; }
a { background-color: rgb(168,17,93); }
div.DivClassName
{
background-color: #A8115D;
}
.BgClassName
{
background-color: #A8115D;
}
</style>
border-color css
<style>
span { border-color: #A8115D; }
span { border-color: rgb(168,17,93); }
td.TdClassName
{
border-color: #A8115D;
}
.TagClassName
{
border-color: #A8115D;
}
</style>