Shades of Jazzberry Jam #AC106D
Tints of Jazzberry Jam #AC106D
RGB
CMYK
RGB Variations
Color information
#AC106D (or 0xAC106D) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 6D. RGB value is (172,16,109). Sum of RGB (Red+Green+Blue) = 172+16+109=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC106D is #53EF92. Grayscale: #494949. Windows color (decimal): -5500819 or 7147692. OLE color: 7147692.
HSL color Cylindrical-coordinate representation of color #AC106D: hue angle of 324.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC106D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 109 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.33 |
| HSL | 324.23º | 0.83% | 0.37% | - |
| HSV(B) | 324.23º | 0.91% | 0.67% | - |
| XYZ | 19.96 | 10.25 | 15.39 | - |
| YUV | 73.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 109 | 0 | 0.91 | 0.37 | 0.33 | 324.23 | 0.83 | 0.37 |
| Hex | AC | 10 | 6D | 0 | 5B | 25 | 21 | 144 | 53 | 25 |
| Octal | 254 | 20 | 155 | 0 | 133 | 45 | 41 | 504 | 123 | 45 |
| Binary | 10101100 | 10000 | 1101101 | 0 | 1011011 | 100101 | 100001 | 101000100 | 1010011 | 100101 |
Color Harmonies of #AC106D
Complementary color
Monochromatic Colors of #AC106D
Black with #AC106D
Text Example
Text Example
White with #AC106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC106D; }
p { color: rgb(172,16,109); }
H1.HeaderClassName
{
color: #AC106D;
}
.AnyTagClassName
{
color: #AC106D;
}
</style>
background-color css
<style>
a { background-color: #AC106D; }
a { background-color: rgb(172,16,109); }
div.DivClassName
{
background-color: #AC106D;
}
.BgClassName
{
background-color: #AC106D;
}
</style>
border-color css
<style>
span { border-color: #AC106D; }
span { border-color: rgb(172,16,109); }
td.TdClassName
{
border-color: #AC106D;
}
.TagClassName
{
border-color: #AC106D;
}
</style>