Shades of Jazzberry Jam #AC013E
Tints of Jazzberry Jam #AC013E
RGB
CMYK
RGB Variations
Color information
#AC013E (or 0xAC013E) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 3E. RGB value is (172,1,62). Sum of RGB (Red+Green+Blue) = 172+1+62=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC013E is #53FEC1. Grayscale: #3B3B3B. Windows color (decimal): -5504706 or 4063660. OLE color: 4063660.
HSL color Cylindrical-coordinate representation of color #AC013E: hue angle of 338.6º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC013E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.33 |
| HSL | 338.6º | 0.99% | 0.34% | - |
| HSV(B) | 338.6º | 0.99% | 0.67% | - |
| XYZ | 17.89 | 9.14 | 5.38 | - |
| YUV | 59.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 62 | 0 | 0.99 | 0.64 | 0.33 | 338.6 | 0.99 | 0.34 |
| Hex | AC | 1 | 3E | 0 | 63 | 40 | 21 | 153 | 63 | 22 |
| Octal | 254 | 1 | 76 | 0 | 143 | 100 | 41 | 523 | 143 | 42 |
| Binary | 10101100 | 1 | 111110 | 0 | 1100011 | 1000000 | 100001 | 101010011 | 1100011 | 100010 |
Color Harmonies of #AC013E
Complementary color
Monochromatic Colors of #AC013E
Black with #AC013E
Text Example
Text Example
White with #AC013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC013E; }
p { color: rgb(172,1,62); }
H1.HeaderClassName
{
color: #AC013E;
}
.AnyTagClassName
{
color: #AC013E;
}
</style>
background-color css
<style>
a { background-color: #AC013E; }
a { background-color: rgb(172,1,62); }
div.DivClassName
{
background-color: #AC013E;
}
.BgClassName
{
background-color: #AC013E;
}
</style>
border-color css
<style>
span { border-color: #AC013E; }
span { border-color: rgb(172,1,62); }
td.TdClassName
{
border-color: #AC013E;
}
.TagClassName
{
border-color: #AC013E;
}
</style>