Shades of Jazzberry Jam #A8175C
Tints of Jazzberry Jam #A8175C
RGB
CMYK
RGB Variations
Color information
#A8175C (or 0xA8175C) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 5C. RGB value is (168,23,92). Sum of RGB (Red+Green+Blue) = 168+23+92=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8175C is #57E8A3. Grayscale: #4A4A4A. Windows color (decimal): -5761188 or 6035368. OLE color: 6035368.
HSL color Cylindrical-coordinate representation of color #A8175C: hue angle of 331.45º 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 #A8175C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 92 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.34 |
| HSL | 331.45º | 0.76% | 0.37% | - |
| HSV(B) | 331.45º | 0.86% | 0.66% | - |
| XYZ | 18.39 | 9.71 | 11.03 | - |
| YUV | 74.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 92 | 0 | 0.86 | 0.45 | 0.34 | 331.45 | 0.76 | 0.37 |
| Hex | A8 | 17 | 5C | 0 | 56 | 2D | 22 | 14B | 4C | 25 |
| Octal | 250 | 27 | 134 | 0 | 126 | 55 | 42 | 513 | 114 | 45 |
| Binary | 10101000 | 10111 | 1011100 | 0 | 1010110 | 101101 | 100010 | 101001011 | 1001100 | 100101 |
Color Harmonies of #A8175C
Complementary color
Monochromatic Colors of #A8175C
Black with #A8175C
Text Example
Text Example
White with #A8175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8175C; }
p { color: rgb(168,23,92); }
H1.HeaderClassName
{
color: #A8175C;
}
.AnyTagClassName
{
color: #A8175C;
}
</style>
background-color css
<style>
a { background-color: #A8175C; }
a { background-color: rgb(168,23,92); }
div.DivClassName
{
background-color: #A8175C;
}
.BgClassName
{
background-color: #A8175C;
}
</style>
border-color css
<style>
span { border-color: #A8175C; }
span { border-color: rgb(168,23,92); }
td.TdClassName
{
border-color: #A8175C;
}
.TagClassName
{
border-color: #A8175C;
}
</style>