Shades of Jazzberry Jam #A8184C
Tints of Jazzberry Jam #A8184C
RGB
CMYK
RGB Variations
Color information
#A8184C (or 0xA8184C) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 4C. RGB value is (168,24,76). Sum of RGB (Red+Green+Blue) = 168+24+76=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8184C is #57E7B3. Grayscale: #484848. Windows color (decimal): -5760948 or 4987048. OLE color: 4987048.
HSL color Cylindrical-coordinate representation of color #A8184C: hue angle of 338.33º 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 #A8184C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 76 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.34 |
| HSL | 338.33º | 0.75% | 0.38% | - |
| HSV(B) | 338.33º | 0.86% | 0.66% | - |
| XYZ | 17.78 | 9.5 | 7.73 | - |
| YUV | 72.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 76 | 0 | 0.86 | 0.55 | 0.34 | 338.33 | 0.75 | 0.38 |
| Hex | A8 | 18 | 4C | 0 | 56 | 37 | 22 | 152 | 4B | 26 |
| Octal | 250 | 30 | 114 | 0 | 126 | 67 | 42 | 522 | 113 | 46 |
| Binary | 10101000 | 11000 | 1001100 | 0 | 1010110 | 110111 | 100010 | 101010010 | 1001011 | 100110 |
Color Harmonies of #A8184C
Complementary color
Monochromatic Colors of #A8184C
Black with #A8184C
Text Example
Text Example
White with #A8184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8184C; }
p { color: rgb(168,24,76); }
H1.HeaderClassName
{
color: #A8184C;
}
.AnyTagClassName
{
color: #A8184C;
}
</style>
background-color css
<style>
a { background-color: #A8184C; }
a { background-color: rgb(168,24,76); }
div.DivClassName
{
background-color: #A8184C;
}
.BgClassName
{
background-color: #A8184C;
}
</style>
border-color css
<style>
span { border-color: #A8184C; }
span { border-color: rgb(168,24,76); }
td.TdClassName
{
border-color: #A8184C;
}
.TagClassName
{
border-color: #A8184C;
}
</style>