Shades of Jazzberry Jam #AC186F
Tints of Jazzberry Jam #AC186F
RGB
CMYK
RGB Variations
Color information
#AC186F (or 0xAC186F) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 6F. RGB value is (172,24,111). Sum of RGB (Red+Green+Blue) = 172+24+111=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC186F is #53E790. Grayscale: #4D4D4D. Windows color (decimal): -5498769 or 7280812. OLE color: 7280812.
HSL color Cylindrical-coordinate representation of color #AC186F: hue angle of 324.73º 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 #AC186F is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 111 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.33 |
| HSL | 324.73º | 0.76% | 0.38% | - |
| HSV(B) | 324.73º | 0.86% | 0.67% | - |
| XYZ | 20.21 | 10.57 | 16.01 | - |
| YUV | 78.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 111 | 0 | 0.86 | 0.35 | 0.33 | 324.73 | 0.76 | 0.38 |
| Hex | AC | 18 | 6F | 0 | 56 | 23 | 21 | 145 | 4C | 26 |
| Octal | 254 | 30 | 157 | 0 | 126 | 43 | 41 | 505 | 114 | 46 |
| Binary | 10101100 | 11000 | 1101111 | 0 | 1010110 | 100011 | 100001 | 101000101 | 1001100 | 100110 |
Color Harmonies of #AC186F
Complementary color
Monochromatic Colors of #AC186F
Black with #AC186F
Text Example
Text Example
White with #AC186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC186F; }
p { color: rgb(172,24,111); }
H1.HeaderClassName
{
color: #AC186F;
}
.AnyTagClassName
{
color: #AC186F;
}
</style>
background-color css
<style>
a { background-color: #AC186F; }
a { background-color: rgb(172,24,111); }
div.DivClassName
{
background-color: #AC186F;
}
.BgClassName
{
background-color: #AC186F;
}
</style>
border-color css
<style>
span { border-color: #AC186F; }
span { border-color: rgb(172,24,111); }
td.TdClassName
{
border-color: #AC186F;
}
.TagClassName
{
border-color: #AC186F;
}
</style>