Shades of Jazzberry Jam #AC014C
Tints of Jazzberry Jam #AC014C
RGB
CMYK
RGB Variations
Color information
#AC014C (or 0xAC014C) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 4C. RGB value is (172,1,76). Sum of RGB (Red+Green+Blue) = 172+1+76=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC014C is #53FEB3. Grayscale: #3C3C3C. Windows color (decimal): -5504692 or 4981164. OLE color: 4981164.
HSL color Cylindrical-coordinate representation of color #AC014C: hue angle of 333.68º 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 #AC014C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.33 |
| HSL | 333.68º | 0.99% | 0.34% | - |
| HSV(B) | 333.68º | 0.99% | 0.67% | - |
| XYZ | 18.33 | 9.31 | 7.67 | - |
| YUV | 60.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 76 | 0 | 0.99 | 0.56 | 0.33 | 333.68 | 0.99 | 0.34 |
| Hex | AC | 1 | 4C | 0 | 63 | 38 | 21 | 14E | 63 | 22 |
| Octal | 254 | 1 | 114 | 0 | 143 | 70 | 41 | 516 | 143 | 42 |
| Binary | 10101100 | 1 | 1001100 | 0 | 1100011 | 111000 | 100001 | 101001110 | 1100011 | 100010 |
Color Harmonies of #AC014C
Complementary color
Monochromatic Colors of #AC014C
Black with #AC014C
Text Example
Text Example
White with #AC014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC014C; }
p { color: rgb(172,1,76); }
H1.HeaderClassName
{
color: #AC014C;
}
.AnyTagClassName
{
color: #AC014C;
}
</style>
background-color css
<style>
a { background-color: #AC014C; }
a { background-color: rgb(172,1,76); }
div.DivClassName
{
background-color: #AC014C;
}
.BgClassName
{
background-color: #AC014C;
}
</style>
border-color css
<style>
span { border-color: #AC014C; }
span { border-color: rgb(172,1,76); }
td.TdClassName
{
border-color: #AC014C;
}
.TagClassName
{
border-color: #AC014C;
}
</style>