Shades of Jazzberry Jam #AC1D66
Tints of Jazzberry Jam #AC1D66
RGB
CMYK
RGB Variations
Color information
#AC1D66 (or 0xAC1D66) is known color: Jazzberry Jam. HEX triplet: AC, 1D and 66. RGB value is (172,29,102). Sum of RGB (Red+Green+Blue) = 172+29+102=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D66 is #53E299. Grayscale: #4F4F4F. Windows color (decimal): -5497498 or 6692268. OLE color: 6692268.
HSL color Cylindrical-coordinate representation of color #AC1D66: hue angle of 329.37º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D66 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 102 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.33 |
| HSL | 329.37º | 0.71% | 0.39% | - |
| HSV(B) | 329.37º | 0.83% | 0.67% | - |
| XYZ | 19.85 | 10.61 | 13.57 | - |
| YUV | 80.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 102 | 0 | 0.83 | 0.41 | 0.33 | 329.37 | 0.71 | 0.39 |
| Hex | AC | 1D | 66 | 0 | 53 | 29 | 21 | 149 | 47 | 27 |
| Octal | 254 | 35 | 146 | 0 | 123 | 51 | 41 | 511 | 107 | 47 |
| Binary | 10101100 | 11101 | 1100110 | 0 | 1010011 | 101001 | 100001 | 101001001 | 1000111 | 100111 |
Color Harmonies of #AC1D66
Complementary color
Monochromatic Colors of #AC1D66
Black with #AC1D66
Text Example
Text Example
White with #AC1D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D66; }
p { color: rgb(172,29,102); }
H1.HeaderClassName
{
color: #AC1D66;
}
.AnyTagClassName
{
color: #AC1D66;
}
</style>
background-color css
<style>
a { background-color: #AC1D66; }
a { background-color: rgb(172,29,102); }
div.DivClassName
{
background-color: #AC1D66;
}
.BgClassName
{
background-color: #AC1D66;
}
</style>
border-color css
<style>
span { border-color: #AC1D66; }
span { border-color: rgb(172,29,102); }
td.TdClassName
{
border-color: #AC1D66;
}
.TagClassName
{
border-color: #AC1D66;
}
</style>