Shades of Jazzberry Jam #AC185B
Tints of Jazzberry Jam #AC185B
RGB
CMYK
RGB Variations
Color information
#AC185B (or 0xAC185B) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 5B. RGB value is (172,24,91). Sum of RGB (Red+Green+Blue) = 172+24+91=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC185B is #53E7A4. Grayscale: #4B4B4B. Windows color (decimal): -5498789 or 5970092. OLE color: 5970092.
HSL color Cylindrical-coordinate representation of color #AC185B: hue angle of 332.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC185B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 91 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.33 |
| HSL | 332.84º | 0.76% | 0.38% | - |
| HSV(B) | 332.84º | 0.86% | 0.67% | - |
| XYZ | 19.23 | 10.18 | 10.85 | - |
| YUV | 75.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 91 | 0 | 0.86 | 0.47 | 0.33 | 332.84 | 0.76 | 0.38 |
| Hex | AC | 18 | 5B | 0 | 56 | 2F | 21 | 14D | 4C | 26 |
| Octal | 254 | 30 | 133 | 0 | 126 | 57 | 41 | 515 | 114 | 46 |
| Binary | 10101100 | 11000 | 1011011 | 0 | 1010110 | 101111 | 100001 | 101001101 | 1001100 | 100110 |
Color Harmonies of #AC185B
Complementary color
Monochromatic Colors of #AC185B
Black with #AC185B
Text Example
Text Example
White with #AC185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC185B; }
p { color: rgb(172,24,91); }
H1.HeaderClassName
{
color: #AC185B;
}
.AnyTagClassName
{
color: #AC185B;
}
</style>
background-color css
<style>
a { background-color: #AC185B; }
a { background-color: rgb(172,24,91); }
div.DivClassName
{
background-color: #AC185B;
}
.BgClassName
{
background-color: #AC185B;
}
</style>
border-color css
<style>
span { border-color: #AC185B; }
span { border-color: rgb(172,24,91); }
td.TdClassName
{
border-color: #AC185B;
}
.TagClassName
{
border-color: #AC185B;
}
</style>