Shades of Jazzberry Jam #AC145D
Tints of Jazzberry Jam #AC145D
RGB
CMYK
RGB Variations
Color information
#AC145D (or 0xAC145D) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 5D. RGB value is (172,20,93). Sum of RGB (Red+Green+Blue) = 172+20+93=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145D is #53EBA2. Grayscale: #494949. Windows color (decimal): -5499811 or 6100140. OLE color: 6100140.
HSL color Cylindrical-coordinate representation of color #AC145D: hue angle of 331.18º 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 #AC145D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 93 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.33 |
| HSL | 331.18º | 0.79% | 0.38% | - |
| HSV(B) | 331.18º | 0.88% | 0.67% | - |
| XYZ | 19.24 | 10.06 | 11.28 | - |
| YUV | 73.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 93 | 0 | 0.88 | 0.46 | 0.33 | 331.18 | 0.79 | 0.38 |
| Hex | AC | 14 | 5D | 0 | 58 | 2E | 21 | 14B | 4F | 26 |
| Octal | 254 | 24 | 135 | 0 | 130 | 56 | 41 | 513 | 117 | 46 |
| Binary | 10101100 | 10100 | 1011101 | 0 | 1011000 | 101110 | 100001 | 101001011 | 1001111 | 100110 |
Color Harmonies of #AC145D
Complementary color
Monochromatic Colors of #AC145D
Black with #AC145D
Text Example
Text Example
White with #AC145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC145D; }
p { color: rgb(172,20,93); }
H1.HeaderClassName
{
color: #AC145D;
}
.AnyTagClassName
{
color: #AC145D;
}
</style>
background-color css
<style>
a { background-color: #AC145D; }
a { background-color: rgb(172,20,93); }
div.DivClassName
{
background-color: #AC145D;
}
.BgClassName
{
background-color: #AC145D;
}
</style>
border-color css
<style>
span { border-color: #AC145D; }
span { border-color: rgb(172,20,93); }
td.TdClassName
{
border-color: #AC145D;
}
.TagClassName
{
border-color: #AC145D;
}
</style>