Shades of Jazzberry Jam #A8155D
Tints of Jazzberry Jam #A8155D
RGB
CMYK
RGB Variations
Color information
#A8155D (or 0xA8155D) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 5D. RGB value is (168,21,93). Sum of RGB (Red+Green+Blue) = 168+21+93=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8155D is #57EAA2. Grayscale: #494949. Windows color (decimal): -5761699 or 6100392. OLE color: 6100392.
HSL color Cylindrical-coordinate representation of color #A8155D: hue angle of 330.61º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8155D is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 93 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.34 |
| HSL | 330.61º | 0.78% | 0.37% | - |
| HSV(B) | 330.61º | 0.88% | 0.66% | - |
| XYZ | 18.39 | 9.65 | 11.25 | - |
| YUV | 73.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 93 | 0 | 0.88 | 0.45 | 0.34 | 330.61 | 0.78 | 0.37 |
| Hex | A8 | 15 | 5D | 0 | 58 | 2D | 22 | 14B | 4E | 25 |
| Octal | 250 | 25 | 135 | 0 | 130 | 55 | 42 | 513 | 116 | 45 |
| Binary | 10101000 | 10101 | 1011101 | 0 | 1011000 | 101101 | 100010 | 101001011 | 1001110 | 100101 |
Color Harmonies of #A8155D
Complementary color
Monochromatic Colors of #A8155D
Black with #A8155D
Text Example
Text Example
White with #A8155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8155D; }
p { color: rgb(168,21,93); }
H1.HeaderClassName
{
color: #A8155D;
}
.AnyTagClassName
{
color: #A8155D;
}
</style>
background-color css
<style>
a { background-color: #A8155D; }
a { background-color: rgb(168,21,93); }
div.DivClassName
{
background-color: #A8155D;
}
.BgClassName
{
background-color: #A8155D;
}
</style>
border-color css
<style>
span { border-color: #A8155D; }
span { border-color: rgb(168,21,93); }
td.TdClassName
{
border-color: #A8155D;
}
.TagClassName
{
border-color: #A8155D;
}
</style>