Shades of Jazzberry Jam #AC1A6D
Tints of Jazzberry Jam #AC1A6D
RGB
CMYK
RGB Variations
Color information
#AC1A6D (or 0xAC1A6D) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 6D. RGB value is (172,26,109). Sum of RGB (Red+Green+Blue) = 172+26+109=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A6D is #53E592. Grayscale: #4E4E4E. Windows color (decimal): -5498259 or 7150252. OLE color: 7150252.
HSL color Cylindrical-coordinate representation of color #AC1A6D: hue angle of 325.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A6D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 109 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.33 |
| HSL | 325.89º | 0.74% | 0.39% | - |
| HSV(B) | 325.89º | 0.85% | 0.67% | - |
| XYZ | 20.14 | 10.61 | 15.45 | - |
| YUV | 79.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 109 | 0 | 0.85 | 0.37 | 0.33 | 325.89 | 0.74 | 0.39 |
| Hex | AC | 1A | 6D | 0 | 55 | 25 | 21 | 146 | 4A | 27 |
| Octal | 254 | 32 | 155 | 0 | 125 | 45 | 41 | 506 | 112 | 47 |
| Binary | 10101100 | 11010 | 1101101 | 0 | 1010101 | 100101 | 100001 | 101000110 | 1001010 | 100111 |
Color Harmonies of #AC1A6D
Complementary color
Monochromatic Colors of #AC1A6D
Black with #AC1A6D
Text Example
Text Example
White with #AC1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A6D; }
p { color: rgb(172,26,109); }
H1.HeaderClassName
{
color: #AC1A6D;
}
.AnyTagClassName
{
color: #AC1A6D;
}
</style>
background-color css
<style>
a { background-color: #AC1A6D; }
a { background-color: rgb(172,26,109); }
div.DivClassName
{
background-color: #AC1A6D;
}
.BgClassName
{
background-color: #AC1A6D;
}
</style>
border-color css
<style>
span { border-color: #AC1A6D; }
span { border-color: rgb(172,26,109); }
td.TdClassName
{
border-color: #AC1A6D;
}
.TagClassName
{
border-color: #AC1A6D;
}
</style>