Shades of Jazzberry Jam #AC175E
Tints of Jazzberry Jam #AC175E
RGB
CMYK
RGB Variations
Color information
#AC175E (or 0xAC175E) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 5E. RGB value is (172,23,94). Sum of RGB (Red+Green+Blue) = 172+23+94=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC175E is #53E8A1. Grayscale: #4B4B4B. Windows color (decimal): -5499042 or 6166444. OLE color: 6166444.
HSL color Cylindrical-coordinate representation of color #AC175E: hue angle of 331.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC175E is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 94 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.33 |
| HSL | 331.41º | 0.76% | 0.38% | - |
| HSV(B) | 331.41º | 0.87% | 0.67% | - |
| XYZ | 19.34 | 10.19 | 11.54 | - |
| YUV | 75.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 94 | 0 | 0.87 | 0.45 | 0.33 | 331.41 | 0.76 | 0.38 |
| Hex | AC | 17 | 5E | 0 | 57 | 2D | 21 | 14B | 4C | 26 |
| Octal | 254 | 27 | 136 | 0 | 127 | 55 | 41 | 513 | 114 | 46 |
| Binary | 10101100 | 10111 | 1011110 | 0 | 1010111 | 101101 | 100001 | 101001011 | 1001100 | 100110 |
Color Harmonies of #AC175E
Complementary color
Monochromatic Colors of #AC175E
Black with #AC175E
Text Example
Text Example
White with #AC175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC175E; }
p { color: rgb(172,23,94); }
H1.HeaderClassName
{
color: #AC175E;
}
.AnyTagClassName
{
color: #AC175E;
}
</style>
background-color css
<style>
a { background-color: #AC175E; }
a { background-color: rgb(172,23,94); }
div.DivClassName
{
background-color: #AC175E;
}
.BgClassName
{
background-color: #AC175E;
}
</style>
border-color css
<style>
span { border-color: #AC175E; }
span { border-color: rgb(172,23,94); }
td.TdClassName
{
border-color: #AC175E;
}
.TagClassName
{
border-color: #AC175E;
}
</style>