Shades of Jazzberry Jam #AC0F5E
Tints of Jazzberry Jam #AC0F5E
RGB
CMYK
RGB Variations
Color information
#AC0F5E (or 0xAC0F5E) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 5E. RGB value is (172,15,94). Sum of RGB (Red+Green+Blue) = 172+15+94=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F5E is #53F0A1. Grayscale: #464646. Windows color (decimal): -5501090 or 6164396. OLE color: 6164396.
HSL color Cylindrical-coordinate representation of color #AC0F5E: hue angle of 329.81º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F5E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 94 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.33 |
| HSL | 329.81º | 0.84% | 0.37% | - |
| HSV(B) | 329.81º | 0.91% | 0.67% | - |
| XYZ | 19.2 | 9.92 | 11.49 | - |
| YUV | 70.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 94 | 0 | 0.91 | 0.45 | 0.33 | 329.81 | 0.84 | 0.37 |
| Hex | AC | F | 5E | 0 | 5B | 2D | 21 | 14A | 54 | 25 |
| Octal | 254 | 17 | 136 | 0 | 133 | 55 | 41 | 512 | 124 | 45 |
| Binary | 10101100 | 1111 | 1011110 | 0 | 1011011 | 101101 | 100001 | 101001010 | 1010100 | 100101 |
Color Harmonies of #AC0F5E
Complementary color
Monochromatic Colors of #AC0F5E
Black with #AC0F5E
Text Example
Text Example
White with #AC0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F5E; }
p { color: rgb(172,15,94); }
H1.HeaderClassName
{
color: #AC0F5E;
}
.AnyTagClassName
{
color: #AC0F5E;
}
</style>
background-color css
<style>
a { background-color: #AC0F5E; }
a { background-color: rgb(172,15,94); }
div.DivClassName
{
background-color: #AC0F5E;
}
.BgClassName
{
background-color: #AC0F5E;
}
</style>
border-color css
<style>
span { border-color: #AC0F5E; }
span { border-color: rgb(172,15,94); }
td.TdClassName
{
border-color: #AC0F5E;
}
.TagClassName
{
border-color: #AC0F5E;
}
</style>