Shades of Jazzberry Jam #AC146D
Tints of Jazzberry Jam #AC146D
RGB
CMYK
RGB Variations
Color information
#AC146D (or 0xAC146D) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 6D. RGB value is (172,20,109). Sum of RGB (Red+Green+Blue) = 172+20+109=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC146D is #53EB92. Grayscale: #4B4B4B. Windows color (decimal): -5499795 or 7148716. OLE color: 7148716.
HSL color Cylindrical-coordinate representation of color #AC146D: hue angle of 324.87º 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 #AC146D is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 109 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.33 |
| HSL | 324.87º | 0.79% | 0.38% | - |
| HSV(B) | 324.87º | 0.88% | 0.67% | - |
| XYZ | 20.02 | 10.38 | 15.42 | - |
| YUV | 75.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 109 | 0 | 0.88 | 0.37 | 0.33 | 324.87 | 0.79 | 0.38 |
| Hex | AC | 14 | 6D | 0 | 58 | 25 | 21 | 145 | 4F | 26 |
| Octal | 254 | 24 | 155 | 0 | 130 | 45 | 41 | 505 | 117 | 46 |
| Binary | 10101100 | 10100 | 1101101 | 0 | 1011000 | 100101 | 100001 | 101000101 | 1001111 | 100110 |
Color Harmonies of #AC146D
Complementary color
Monochromatic Colors of #AC146D
Black with #AC146D
Text Example
Text Example
White with #AC146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC146D; }
p { color: rgb(172,20,109); }
H1.HeaderClassName
{
color: #AC146D;
}
.AnyTagClassName
{
color: #AC146D;
}
</style>
background-color css
<style>
a { background-color: #AC146D; }
a { background-color: rgb(172,20,109); }
div.DivClassName
{
background-color: #AC146D;
}
.BgClassName
{
background-color: #AC146D;
}
</style>
border-color css
<style>
span { border-color: #AC146D; }
span { border-color: rgb(172,20,109); }
td.TdClassName
{
border-color: #AC146D;
}
.TagClassName
{
border-color: #AC146D;
}
</style>