Shades of Jazzberry Jam #AC096E
Tints of Jazzberry Jam #AC096E
RGB
CMYK
RGB Variations
Color information
#AC096E (or 0xAC096E) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 6E. RGB value is (172,9,110). Sum of RGB (Red+Green+Blue) = 172+9+110=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC096E is #53F691. Grayscale: #454545. Windows color (decimal): -5502610 or 7211436. OLE color: 7211436.
HSL color Cylindrical-coordinate representation of color #AC096E: hue angle of 322.82º 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 #AC096E is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.33 |
| HSL | 322.82º | 0.9% | 0.35% | - |
| HSV(B) | 322.82º | 0.95% | 0.67% | - |
| XYZ | 19.93 | 10.09 | 15.65 | - |
| YUV | 69.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 110 | 0 | 0.95 | 0.36 | 0.33 | 322.82 | 0.9 | 0.35 |
| Hex | AC | 9 | 6E | 0 | 5F | 24 | 21 | 143 | 5A | 23 |
| Octal | 254 | 11 | 156 | 0 | 137 | 44 | 41 | 503 | 132 | 43 |
| Binary | 10101100 | 1001 | 1101110 | 0 | 1011111 | 100100 | 100001 | 101000011 | 1011010 | 100011 |
Color Harmonies of #AC096E
Complementary color
Monochromatic Colors of #AC096E
Black with #AC096E
Text Example
Text Example
White with #AC096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC096E; }
p { color: rgb(172,9,110); }
H1.HeaderClassName
{
color: #AC096E;
}
.AnyTagClassName
{
color: #AC096E;
}
</style>
background-color css
<style>
a { background-color: #AC096E; }
a { background-color: rgb(172,9,110); }
div.DivClassName
{
background-color: #AC096E;
}
.BgClassName
{
background-color: #AC096E;
}
</style>
border-color css
<style>
span { border-color: #AC096E; }
span { border-color: rgb(172,9,110); }
td.TdClassName
{
border-color: #AC096E;
}
.TagClassName
{
border-color: #AC096E;
}
</style>