Shades of Jazzberry Jam #AC1D6D
Tints of Jazzberry Jam #AC1D6D
RGB
CMYK
RGB Variations
Color information
#AC1D6D (or 0xAC1D6D) is known color: Jazzberry Jam. HEX triplet: AC, 1D and 6D. RGB value is (172,29,109). Sum of RGB (Red+Green+Blue) = 172+29+109=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D6D is #53E292. Grayscale: #505050. Windows color (decimal): -5497491 or 7151020. OLE color: 7151020.
HSL color Cylindrical-coordinate representation of color #AC1D6D: hue angle of 326.43º 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 #AC1D6D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 109 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.33 |
| HSL | 326.43º | 0.71% | 0.39% | - |
| HSV(B) | 326.43º | 0.83% | 0.67% | - |
| XYZ | 20.21 | 10.75 | 15.48 | - |
| YUV | 80.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 109 | 0 | 0.83 | 0.37 | 0.33 | 326.43 | 0.71 | 0.39 |
| Hex | AC | 1D | 6D | 0 | 53 | 25 | 21 | 146 | 47 | 27 |
| Octal | 254 | 35 | 155 | 0 | 123 | 45 | 41 | 506 | 107 | 47 |
| Binary | 10101100 | 11101 | 1101101 | 0 | 1010011 | 100101 | 100001 | 101000110 | 1000111 | 100111 |
Color Harmonies of #AC1D6D
Complementary color
Monochromatic Colors of #AC1D6D
Black with #AC1D6D
Text Example
Text Example
White with #AC1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D6D; }
p { color: rgb(172,29,109); }
H1.HeaderClassName
{
color: #AC1D6D;
}
.AnyTagClassName
{
color: #AC1D6D;
}
</style>
background-color css
<style>
a { background-color: #AC1D6D; }
a { background-color: rgb(172,29,109); }
div.DivClassName
{
background-color: #AC1D6D;
}
.BgClassName
{
background-color: #AC1D6D;
}
</style>
border-color css
<style>
span { border-color: #AC1D6D; }
span { border-color: rgb(172,29,109); }
td.TdClassName
{
border-color: #AC1D6D;
}
.TagClassName
{
border-color: #AC1D6D;
}
</style>