Shades of Jazzberry Jam #AC146E
Tints of Jazzberry Jam #AC146E
RGB
CMYK
RGB Variations
Color information
#AC146E (or 0xAC146E) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 6E. RGB value is (172,20,110). Sum of RGB (Red+Green+Blue) = 172+20+110=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC146E is #53EB91. Grayscale: #4B4B4B. Windows color (decimal): -5499794 or 7214252. OLE color: 7214252.
HSL color Cylindrical-coordinate representation of color #AC146E: hue angle of 324.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC146E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 110 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.33 |
| HSL | 324.47º | 0.79% | 0.38% | - |
| HSV(B) | 324.47º | 0.88% | 0.67% | - |
| XYZ | 20.08 | 10.4 | 15.7 | - |
| YUV | 75.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 110 | 0 | 0.88 | 0.36 | 0.33 | 324.47 | 0.79 | 0.38 |
| Hex | AC | 14 | 6E | 0 | 58 | 24 | 21 | 144 | 4F | 26 |
| Octal | 254 | 24 | 156 | 0 | 130 | 44 | 41 | 504 | 117 | 46 |
| Binary | 10101100 | 10100 | 1101110 | 0 | 1011000 | 100100 | 100001 | 101000100 | 1001111 | 100110 |
Color Harmonies of #AC146E
Complementary color
Monochromatic Colors of #AC146E
Black with #AC146E
Text Example
Text Example
White with #AC146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC146E; }
p { color: rgb(172,20,110); }
H1.HeaderClassName
{
color: #AC146E;
}
.AnyTagClassName
{
color: #AC146E;
}
</style>
background-color css
<style>
a { background-color: #AC146E; }
a { background-color: rgb(172,20,110); }
div.DivClassName
{
background-color: #AC146E;
}
.BgClassName
{
background-color: #AC146E;
}
</style>
border-color css
<style>
span { border-color: #AC146E; }
span { border-color: rgb(172,20,110); }
td.TdClassName
{
border-color: #AC146E;
}
.TagClassName
{
border-color: #AC146E;
}
</style>