Shades of Jazzberry Jam #A4154E
Tints of Jazzberry Jam #A4154E
RGB
CMYK
RGB Variations
Color information
#A4154E (or 0xA4154E) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 4E. RGB value is (164,21,78). Sum of RGB (Red+Green+Blue) = 164+21+78=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4154E is #5BEAB1. Grayscale: #464646. Windows color (decimal): -6023858 or 5117348. OLE color: 5117348.
HSL color Cylindrical-coordinate representation of color #A4154E: hue angle of 336.08º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4154E is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 78 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.36 |
| HSL | 336.08º | 0.77% | 0.36% | - |
| HSV(B) | 336.08º | 0.87% | 0.64% | - |
| XYZ | 16.95 | 8.98 | 8.05 | - |
| YUV | 70.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 78 | 0 | 0.87 | 0.52 | 0.36 | 336.08 | 0.77 | 0.36 |
| Hex | A4 | 15 | 4E | 0 | 57 | 34 | 24 | 150 | 4D | 24 |
| Octal | 244 | 25 | 116 | 0 | 127 | 64 | 44 | 520 | 115 | 44 |
| Binary | 10100100 | 10101 | 1001110 | 0 | 1010111 | 110100 | 100100 | 101010000 | 1001101 | 100100 |
Color Harmonies of #A4154E
Complementary color
Monochromatic Colors of #A4154E
Black with #A4154E
Text Example
Text Example
White with #A4154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4154E; }
p { color: rgb(164,21,78); }
H1.HeaderClassName
{
color: #A4154E;
}
.AnyTagClassName
{
color: #A4154E;
}
</style>
background-color css
<style>
a { background-color: #A4154E; }
a { background-color: rgb(164,21,78); }
div.DivClassName
{
background-color: #A4154E;
}
.BgClassName
{
background-color: #A4154E;
}
</style>
border-color css
<style>
span { border-color: #A4154E; }
span { border-color: rgb(164,21,78); }
td.TdClassName
{
border-color: #A4154E;
}
.TagClassName
{
border-color: #A4154E;
}
</style>