Shades of Jazzberry Jam #AC1F5D
Tints of Jazzberry Jam #AC1F5D
RGB
CMYK
RGB Variations
Color information
#AC1F5D (or 0xAC1F5D) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 5D. RGB value is (172,31,93). Sum of RGB (Red+Green+Blue) = 172+31+93=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F5D is #53E0A2. Grayscale: #505050. Windows color (decimal): -5496995 or 6102956. OLE color: 6102956.
HSL color Cylindrical-coordinate representation of color #AC1F5D: hue angle of 333.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F5D is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 93 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.33 |
| HSL | 333.62º | 0.69% | 0.4% | - |
| HSV(B) | 333.62º | 0.82% | 0.67% | - |
| XYZ | 19.48 | 10.54 | 11.36 | - |
| YUV | 80.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 93 | 0 | 0.82 | 0.46 | 0.33 | 333.62 | 0.69 | 0.4 |
| Hex | AC | 1F | 5D | 0 | 52 | 2E | 21 | 14E | 45 | 28 |
| Octal | 254 | 37 | 135 | 0 | 122 | 56 | 41 | 516 | 105 | 50 |
| Binary | 10101100 | 11111 | 1011101 | 0 | 1010010 | 101110 | 100001 | 101001110 | 1000101 | 101000 |
Color Harmonies of #AC1F5D
Complementary color
Monochromatic Colors of #AC1F5D
Black with #AC1F5D
Text Example
Text Example
White with #AC1F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F5D; }
p { color: rgb(172,31,93); }
H1.HeaderClassName
{
color: #AC1F5D;
}
.AnyTagClassName
{
color: #AC1F5D;
}
</style>
background-color css
<style>
a { background-color: #AC1F5D; }
a { background-color: rgb(172,31,93); }
div.DivClassName
{
background-color: #AC1F5D;
}
.BgClassName
{
background-color: #AC1F5D;
}
</style>
border-color css
<style>
span { border-color: #AC1F5D; }
span { border-color: rgb(172,31,93); }
td.TdClassName
{
border-color: #AC1F5D;
}
.TagClassName
{
border-color: #AC1F5D;
}
</style>