Shades of Jazzberry Jam #A4176F
Tints of Jazzberry Jam #A4176F
RGB
CMYK
RGB Variations
Color information
#A4176F (or 0xA4176F) is known color: Jazzberry Jam. HEX triplet: A4, 17 and 6F. RGB value is (164,23,111). Sum of RGB (Red+Green+Blue) = 164+23+111=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4176F is #5BE890. Grayscale: #4A4A4A. Windows color (decimal): -6023313 or 7280548. OLE color: 7280548.
HSL color Cylindrical-coordinate representation of color #A4176F: hue angle of 322.55º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4176F is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 23 | 111 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.36 |
| HSL | 322.55º | 0.75% | 0.37% | - |
| HSV(B) | 322.55º | 0.86% | 0.64% | - |
| XYZ | 18.49 | 9.65 | 15.93 | - |
| YUV | 75.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 111 | 0 | 0.86 | 0.32 | 0.36 | 322.55 | 0.75 | 0.37 |
| Hex | A4 | 17 | 6F | 0 | 56 | 20 | 24 | 143 | 4B | 25 |
| Octal | 244 | 27 | 157 | 0 | 126 | 40 | 44 | 503 | 113 | 45 |
| Binary | 10100100 | 10111 | 1101111 | 0 | 1010110 | 100000 | 100100 | 101000011 | 1001011 | 100101 |
Color Harmonies of #A4176F
Complementary color
Monochromatic Colors of #A4176F
Black with #A4176F
Text Example
Text Example
White with #A4176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4176F; }
p { color: rgb(164,23,111); }
H1.HeaderClassName
{
color: #A4176F;
}
.AnyTagClassName
{
color: #A4176F;
}
</style>
background-color css
<style>
a { background-color: #A4176F; }
a { background-color: rgb(164,23,111); }
div.DivClassName
{
background-color: #A4176F;
}
.BgClassName
{
background-color: #A4176F;
}
</style>
border-color css
<style>
span { border-color: #A4176F; }
span { border-color: rgb(164,23,111); }
td.TdClassName
{
border-color: #A4176F;
}
.TagClassName
{
border-color: #A4176F;
}
</style>