Shades of Jazzberry Jam #A8184E
Tints of Jazzberry Jam #A8184E
RGB
CMYK
RGB Variations
Color information
#A8184E (or 0xA8184E) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 4E. RGB value is (168,24,78). Sum of RGB (Red+Green+Blue) = 168+24+78=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8184E is #57E7B1. Grayscale: #494949. Windows color (decimal): -5760946 or 5118120. OLE color: 5118120.
HSL color Cylindrical-coordinate representation of color #A8184E: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8184E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 78 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.34 |
| HSL | 337.5º | 0.75% | 0.38% | - |
| HSV(B) | 337.5º | 0.86% | 0.66% | - |
| XYZ | 17.85 | 9.53 | 8.11 | - |
| YUV | 73.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 78 | 0 | 0.86 | 0.54 | 0.34 | 337.5 | 0.75 | 0.38 |
| Hex | A8 | 18 | 4E | 0 | 56 | 36 | 22 | 152 | 4B | 26 |
| Octal | 250 | 30 | 116 | 0 | 126 | 66 | 42 | 522 | 113 | 46 |
| Binary | 10101000 | 11000 | 1001110 | 0 | 1010110 | 110110 | 100010 | 101010010 | 1001011 | 100110 |
Color Harmonies of #A8184E
Complementary color
Monochromatic Colors of #A8184E
Black with #A8184E
Text Example
Text Example
White with #A8184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8184E; }
p { color: rgb(168,24,78); }
H1.HeaderClassName
{
color: #A8184E;
}
.AnyTagClassName
{
color: #A8184E;
}
</style>
background-color css
<style>
a { background-color: #A8184E; }
a { background-color: rgb(168,24,78); }
div.DivClassName
{
background-color: #A8184E;
}
.BgClassName
{
background-color: #A8184E;
}
</style>
border-color css
<style>
span { border-color: #A8184E; }
span { border-color: rgb(168,24,78); }
td.TdClassName
{
border-color: #A8184E;
}
.TagClassName
{
border-color: #A8184E;
}
</style>