Shades of Jazzberry Jam #A8174E
Tints of Jazzberry Jam #A8174E
RGB
CMYK
RGB Variations
Color information
#A8174E (or 0xA8174E) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 4E. RGB value is (168,23,78). Sum of RGB (Red+Green+Blue) = 168+23+78=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8174E is #57E8B1. Grayscale: #484848. Windows color (decimal): -5761202 or 5117864. OLE color: 5117864.
HSL color Cylindrical-coordinate representation of color #A8174E: hue angle of 337.24º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8174E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 78 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.34 |
| HSL | 337.24º | 0.76% | 0.37% | - |
| HSV(B) | 337.24º | 0.86% | 0.66% | - |
| XYZ | 17.83 | 9.49 | 8.1 | - |
| YUV | 72.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 78 | 0 | 0.86 | 0.54 | 0.34 | 337.24 | 0.76 | 0.37 |
| Hex | A8 | 17 | 4E | 0 | 56 | 36 | 22 | 151 | 4C | 25 |
| Octal | 250 | 27 | 116 | 0 | 126 | 66 | 42 | 521 | 114 | 45 |
| Binary | 10101000 | 10111 | 1001110 | 0 | 1010110 | 110110 | 100010 | 101010001 | 1001100 | 100101 |
Color Harmonies of #A8174E
Complementary color
Monochromatic Colors of #A8174E
Black with #A8174E
Text Example
Text Example
White with #A8174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8174E; }
p { color: rgb(168,23,78); }
H1.HeaderClassName
{
color: #A8174E;
}
.AnyTagClassName
{
color: #A8174E;
}
</style>
background-color css
<style>
a { background-color: #A8174E; }
a { background-color: rgb(168,23,78); }
div.DivClassName
{
background-color: #A8174E;
}
.BgClassName
{
background-color: #A8174E;
}
</style>
border-color css
<style>
span { border-color: #A8174E; }
span { border-color: rgb(168,23,78); }
td.TdClassName
{
border-color: #A8174E;
}
.TagClassName
{
border-color: #A8174E;
}
</style>