Shades of Jazzberry Jam #A8154C
Tints of Jazzberry Jam #A8154C
RGB
CMYK
RGB Variations
Color information
#A8154C (or 0xA8154C) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 4C. RGB value is (168,21,76). Sum of RGB (Red+Green+Blue) = 168+21+76=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8154C is #57EAB3. Grayscale: #474747. Windows color (decimal): -5761716 or 4986280. OLE color: 4986280.
HSL color Cylindrical-coordinate representation of color #A8154C: hue angle of 337.55º 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 #A8154C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 76 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.34 |
| HSL | 337.55º | 0.78% | 0.37% | - |
| HSV(B) | 337.55º | 0.88% | 0.66% | - |
| XYZ | 17.72 | 9.38 | 7.71 | - |
| YUV | 71.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 76 | 0 | 0.88 | 0.55 | 0.34 | 337.55 | 0.78 | 0.37 |
| Hex | A8 | 15 | 4C | 0 | 58 | 37 | 22 | 152 | 4E | 25 |
| Octal | 250 | 25 | 114 | 0 | 130 | 67 | 42 | 522 | 116 | 45 |
| Binary | 10101000 | 10101 | 1001100 | 0 | 1011000 | 110111 | 100010 | 101010010 | 1001110 | 100101 |
Color Harmonies of #A8154C
Complementary color
Monochromatic Colors of #A8154C
Black with #A8154C
Text Example
Text Example
White with #A8154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8154C; }
p { color: rgb(168,21,76); }
H1.HeaderClassName
{
color: #A8154C;
}
.AnyTagClassName
{
color: #A8154C;
}
</style>
background-color css
<style>
a { background-color: #A8154C; }
a { background-color: rgb(168,21,76); }
div.DivClassName
{
background-color: #A8154C;
}
.BgClassName
{
background-color: #A8154C;
}
</style>
border-color css
<style>
span { border-color: #A8154C; }
span { border-color: rgb(168,21,76); }
td.TdClassName
{
border-color: #A8154C;
}
.TagClassName
{
border-color: #A8154C;
}
</style>