Shades of Jazzberry Jam #AC094A
Tints of Jazzberry Jam #AC094A
RGB
CMYK
RGB Variations
Color information
#AC094A (or 0xAC094A) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 4A. RGB value is (172,9,74). Sum of RGB (Red+Green+Blue) = 172+9+74=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC094A is #53F6B5. Grayscale: #414141. Windows color (decimal): -5502646 or 4852140. OLE color: 4852140.
HSL color Cylindrical-coordinate representation of color #AC094A: hue angle of 336.07º 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 #AC094A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 74 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.33 |
| HSL | 336.07º | 0.9% | 0.35% | - |
| HSV(B) | 336.07º | 0.95% | 0.67% | - |
| XYZ | 18.35 | 9.46 | 7.34 | - |
| YUV | 65.15 | 133 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 74 | 0 | 0.95 | 0.57 | 0.33 | 336.07 | 0.9 | 0.35 |
| Hex | AC | 9 | 4A | 0 | 5F | 39 | 21 | 150 | 5A | 23 |
| Octal | 254 | 11 | 112 | 0 | 137 | 71 | 41 | 520 | 132 | 43 |
| Binary | 10101100 | 1001 | 1001010 | 0 | 1011111 | 111001 | 100001 | 101010000 | 1011010 | 100011 |
Color Harmonies of #AC094A
Complementary color
Monochromatic Colors of #AC094A
Black with #AC094A
Text Example
Text Example
White with #AC094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC094A; }
p { color: rgb(172,9,74); }
H1.HeaderClassName
{
color: #AC094A;
}
.AnyTagClassName
{
color: #AC094A;
}
</style>
background-color css
<style>
a { background-color: #AC094A; }
a { background-color: rgb(172,9,74); }
div.DivClassName
{
background-color: #AC094A;
}
.BgClassName
{
background-color: #AC094A;
}
</style>
border-color css
<style>
span { border-color: #AC094A; }
span { border-color: rgb(172,9,74); }
td.TdClassName
{
border-color: #AC094A;
}
.TagClassName
{
border-color: #AC094A;
}
</style>