Shades of Jazzberry Jam #A8175F
Tints of Jazzberry Jam #A8175F
RGB
CMYK
RGB Variations
Color information
#A8175F (or 0xA8175F) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 5F. RGB value is (168,23,95). Sum of RGB (Red+Green+Blue) = 168+23+95=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8175F is #57E8A0. Grayscale: #4A4A4A. Windows color (decimal): -5761185 or 6231976. OLE color: 6231976.
HSL color Cylindrical-coordinate representation of color #A8175F: hue angle of 330.21º 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 #A8175F is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 95 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.34 |
| HSL | 330.21º | 0.76% | 0.37% | - |
| HSV(B) | 330.21º | 0.86% | 0.66% | - |
| XYZ | 18.52 | 9.76 | 11.73 | - |
| YUV | 74.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 95 | 0 | 0.86 | 0.43 | 0.34 | 330.21 | 0.76 | 0.37 |
| Hex | A8 | 17 | 5F | 0 | 56 | 2B | 22 | 14A | 4C | 25 |
| Octal | 250 | 27 | 137 | 0 | 126 | 53 | 42 | 512 | 114 | 45 |
| Binary | 10101000 | 10111 | 1011111 | 0 | 1010110 | 101011 | 100010 | 101001010 | 1001100 | 100101 |
Color Harmonies of #A8175F
Complementary color
Monochromatic Colors of #A8175F
Black with #A8175F
Text Example
Text Example
White with #A8175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8175F; }
p { color: rgb(168,23,95); }
H1.HeaderClassName
{
color: #A8175F;
}
.AnyTagClassName
{
color: #A8175F;
}
</style>
background-color css
<style>
a { background-color: #A8175F; }
a { background-color: rgb(168,23,95); }
div.DivClassName
{
background-color: #A8175F;
}
.BgClassName
{
background-color: #A8175F;
}
</style>
border-color css
<style>
span { border-color: #A8175F; }
span { border-color: rgb(168,23,95); }
td.TdClassName
{
border-color: #A8175F;
}
.TagClassName
{
border-color: #A8175F;
}
</style>