Shades of Jazzberry Jam #AC095F
Tints of Jazzberry Jam #AC095F
RGB
CMYK
RGB Variations
Color information
#AC095F (or 0xAC095F) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 5F. RGB value is (172,9,95). Sum of RGB (Red+Green+Blue) = 172+9+95=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC095F is #53F6A0. Grayscale: #434343. Windows color (decimal): -5502625 or 6228396. OLE color: 6228396.
HSL color Cylindrical-coordinate representation of color #AC095F: hue angle of 328.34º degrees, saturation: 0.9, 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 #AC095F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 95 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.33 |
| HSL | 328.34º | 0.9% | 0.35% | - |
| HSV(B) | 328.34º | 0.95% | 0.67% | - |
| XYZ | 19.18 | 9.79 | 11.71 | - |
| YUV | 67.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 95 | 0 | 0.95 | 0.45 | 0.33 | 328.34 | 0.9 | 0.35 |
| Hex | AC | 9 | 5F | 0 | 5F | 2D | 21 | 148 | 5A | 23 |
| Octal | 254 | 11 | 137 | 0 | 137 | 55 | 41 | 510 | 132 | 43 |
| Binary | 10101100 | 1001 | 1011111 | 0 | 1011111 | 101101 | 100001 | 101001000 | 1011010 | 100011 |
Color Harmonies of #AC095F
Complementary color
Monochromatic Colors of #AC095F
Black with #AC095F
Text Example
Text Example
White with #AC095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC095F; }
p { color: rgb(172,9,95); }
H1.HeaderClassName
{
color: #AC095F;
}
.AnyTagClassName
{
color: #AC095F;
}
</style>
background-color css
<style>
a { background-color: #AC095F; }
a { background-color: rgb(172,9,95); }
div.DivClassName
{
background-color: #AC095F;
}
.BgClassName
{
background-color: #AC095F;
}
</style>
border-color css
<style>
span { border-color: #AC095F; }
span { border-color: rgb(172,9,95); }
td.TdClassName
{
border-color: #AC095F;
}
.TagClassName
{
border-color: #AC095F;
}
</style>