Shades of Jazzberry Jam #AC086E
Tints of Jazzberry Jam #AC086E
RGB
CMYK
RGB Variations
Color information
#AC086E (or 0xAC086E) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 6E. RGB value is (172,8,110). Sum of RGB (Red+Green+Blue) = 172+8+110=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC086E is #53F791. Grayscale: #444444. Windows color (decimal): -5502866 or 7211180. OLE color: 7211180.
HSL color Cylindrical-coordinate representation of color #AC086E: hue angle of 322.68º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC086E is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.33 |
| HSL | 322.68º | 0.91% | 0.35% | - |
| HSV(B) | 322.68º | 0.95% | 0.67% | - |
| XYZ | 19.91 | 10.07 | 15.65 | - |
| YUV | 68.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 110 | 0 | 0.95 | 0.36 | 0.33 | 322.68 | 0.91 | 0.35 |
| Hex | AC | 8 | 6E | 0 | 5F | 24 | 21 | 143 | 5B | 23 |
| Octal | 254 | 10 | 156 | 0 | 137 | 44 | 41 | 503 | 133 | 43 |
| Binary | 10101100 | 1000 | 1101110 | 0 | 1011111 | 100100 | 100001 | 101000011 | 1011011 | 100011 |
Color Harmonies of #AC086E
Complementary color
Monochromatic Colors of #AC086E
Black with #AC086E
Text Example
Text Example
White with #AC086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC086E; }
p { color: rgb(172,8,110); }
H1.HeaderClassName
{
color: #AC086E;
}
.AnyTagClassName
{
color: #AC086E;
}
</style>
background-color css
<style>
a { background-color: #AC086E; }
a { background-color: rgb(172,8,110); }
div.DivClassName
{
background-color: #AC086E;
}
.BgClassName
{
background-color: #AC086E;
}
</style>
border-color css
<style>
span { border-color: #AC086E; }
span { border-color: rgb(172,8,110); }
td.TdClassName
{
border-color: #AC086E;
}
.TagClassName
{
border-color: #AC086E;
}
</style>