Shades of Jazzberry Jam #AC014E
Tints of Jazzberry Jam #AC014E
RGB
CMYK
RGB Variations
Color information
#AC014E (or 0xAC014E) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 4E. RGB value is (172,1,78). Sum of RGB (Red+Green+Blue) = 172+1+78=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC014E is #53FEB1. Grayscale: #3C3C3C. Windows color (decimal): -5504690 or 5112236. OLE color: 5112236.
HSL color Cylindrical-coordinate representation of color #AC014E: hue angle of 332.98º 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 #AC014E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 332.98º | 0.99% | 0.34% | - |
| HSV(B) | 332.98º | 0.99% | 0.67% | - |
| XYZ | 18.4 | 9.34 | 8.04 | - |
| YUV | 60.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 78 | 0 | 0.99 | 0.55 | 0.33 | 332.98 | 0.99 | 0.34 |
| Hex | AC | 1 | 4E | 0 | 63 | 37 | 21 | 14D | 63 | 22 |
| Octal | 254 | 1 | 116 | 0 | 143 | 67 | 41 | 515 | 143 | 42 |
| Binary | 10101100 | 1 | 1001110 | 0 | 1100011 | 110111 | 100001 | 101001101 | 1100011 | 100010 |
Color Harmonies of #AC014E
Complementary color
Monochromatic Colors of #AC014E
Black with #AC014E
Text Example
Text Example
White with #AC014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC014E; }
p { color: rgb(172,1,78); }
H1.HeaderClassName
{
color: #AC014E;
}
.AnyTagClassName
{
color: #AC014E;
}
</style>
background-color css
<style>
a { background-color: #AC014E; }
a { background-color: rgb(172,1,78); }
div.DivClassName
{
background-color: #AC014E;
}
.BgClassName
{
background-color: #AC014E;
}
</style>
border-color css
<style>
span { border-color: #AC014E; }
span { border-color: rgb(172,1,78); }
td.TdClassName
{
border-color: #AC014E;
}
.TagClassName
{
border-color: #AC014E;
}
</style>