Shades of Jazzberry Jam #A8175E
Tints of Jazzberry Jam #A8175E
RGB
CMYK
RGB Variations
Color information
#A8175E (or 0xA8175E) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 5E. RGB value is (168,23,94). Sum of RGB (Red+Green+Blue) = 168+23+94=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8175E is #57E8A1. Grayscale: #4A4A4A. Windows color (decimal): -5761186 or 6166440. OLE color: 6166440.
HSL color Cylindrical-coordinate representation of color #A8175E: hue angle of 330.62º 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 #A8175E is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 94 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.34 |
| HSL | 330.62º | 0.76% | 0.37% | - |
| HSV(B) | 330.62º | 0.86% | 0.66% | - |
| XYZ | 18.48 | 9.75 | 11.5 | - |
| YUV | 74.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 94 | 0 | 0.86 | 0.44 | 0.34 | 330.62 | 0.76 | 0.37 |
| Hex | A8 | 17 | 5E | 0 | 56 | 2C | 22 | 14B | 4C | 25 |
| Octal | 250 | 27 | 136 | 0 | 126 | 54 | 42 | 513 | 114 | 45 |
| Binary | 10101000 | 10111 | 1011110 | 0 | 1010110 | 101100 | 100010 | 101001011 | 1001100 | 100101 |
Color Harmonies of #A8175E
Complementary color
Monochromatic Colors of #A8175E
Black with #A8175E
Text Example
Text Example
White with #A8175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8175E; }
p { color: rgb(168,23,94); }
H1.HeaderClassName
{
color: #A8175E;
}
.AnyTagClassName
{
color: #A8175E;
}
</style>
background-color css
<style>
a { background-color: #A8175E; }
a { background-color: rgb(168,23,94); }
div.DivClassName
{
background-color: #A8175E;
}
.BgClassName
{
background-color: #A8175E;
}
</style>
border-color css
<style>
span { border-color: #A8175E; }
span { border-color: rgb(168,23,94); }
td.TdClassName
{
border-color: #A8175E;
}
.TagClassName
{
border-color: #A8175E;
}
</style>