Shades of Jazzberry Jam #AC1D6E
Tints of Jazzberry Jam #AC1D6E
RGB
CMYK
RGB Variations
Color information
#AC1D6E (or 0xAC1D6E) is known color: Jazzberry Jam. HEX triplet: AC, 1D and 6E. RGB value is (172,29,110). Sum of RGB (Red+Green+Blue) = 172+29+110=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D6E is #53E291. Grayscale: #505050. Windows color (decimal): -5497490 or 7216556. OLE color: 7216556.
HSL color Cylindrical-coordinate representation of color #AC1D6E: hue angle of 326.01º 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 #AC1D6E is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 110 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.33 |
| HSL | 326.01º | 0.71% | 0.39% | - |
| HSV(B) | 326.01º | 0.83% | 0.67% | - |
| XYZ | 20.27 | 10.78 | 15.76 | - |
| YUV | 80.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 110 | 0 | 0.83 | 0.36 | 0.33 | 326.01 | 0.71 | 0.39 |
| Hex | AC | 1D | 6E | 0 | 53 | 24 | 21 | 146 | 47 | 27 |
| Octal | 254 | 35 | 156 | 0 | 123 | 44 | 41 | 506 | 107 | 47 |
| Binary | 10101100 | 11101 | 1101110 | 0 | 1010011 | 100100 | 100001 | 101000110 | 1000111 | 100111 |
Color Harmonies of #AC1D6E
Complementary color
Monochromatic Colors of #AC1D6E
Black with #AC1D6E
Text Example
Text Example
White with #AC1D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D6E; }
p { color: rgb(172,29,110); }
H1.HeaderClassName
{
color: #AC1D6E;
}
.AnyTagClassName
{
color: #AC1D6E;
}
</style>
background-color css
<style>
a { background-color: #AC1D6E; }
a { background-color: rgb(172,29,110); }
div.DivClassName
{
background-color: #AC1D6E;
}
.BgClassName
{
background-color: #AC1D6E;
}
</style>
border-color css
<style>
span { border-color: #AC1D6E; }
span { border-color: rgb(172,29,110); }
td.TdClassName
{
border-color: #AC1D6E;
}
.TagClassName
{
border-color: #AC1D6E;
}
</style>