Shades of Jazzberry Jam #AC1A4D
Tints of Jazzberry Jam #AC1A4D
RGB
CMYK
RGB Variations
Color information
#AC1A4D (or 0xAC1A4D) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 4D. RGB value is (172,26,77). Sum of RGB (Red+Green+Blue) = 172+26+77=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A4D is #53E5B2. Grayscale: #4B4B4B. Windows color (decimal): -5498291 or 5053100. OLE color: 5053100.
HSL color Cylindrical-coordinate representation of color #AC1A4D: hue angle of 339.04º 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 #AC1A4D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 77 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.33 |
| HSL | 339.04º | 0.74% | 0.39% | - |
| HSV(B) | 339.04º | 0.85% | 0.67% | - |
| XYZ | 18.72 | 10.05 | 7.97 | - |
| YUV | 75.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 77 | 0 | 0.85 | 0.55 | 0.33 | 339.04 | 0.74 | 0.39 |
| Hex | AC | 1A | 4D | 0 | 55 | 37 | 21 | 153 | 4A | 27 |
| Octal | 254 | 32 | 115 | 0 | 125 | 67 | 41 | 523 | 112 | 47 |
| Binary | 10101100 | 11010 | 1001101 | 0 | 1010101 | 110111 | 100001 | 101010011 | 1001010 | 100111 |
Color Harmonies of #AC1A4D
Complementary color
Monochromatic Colors of #AC1A4D
Black with #AC1A4D
Text Example
Text Example
White with #AC1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A4D; }
p { color: rgb(172,26,77); }
H1.HeaderClassName
{
color: #AC1A4D;
}
.AnyTagClassName
{
color: #AC1A4D;
}
</style>
background-color css
<style>
a { background-color: #AC1A4D; }
a { background-color: rgb(172,26,77); }
div.DivClassName
{
background-color: #AC1A4D;
}
.BgClassName
{
background-color: #AC1A4D;
}
</style>
border-color css
<style>
span { border-color: #AC1A4D; }
span { border-color: rgb(172,26,77); }
td.TdClassName
{
border-color: #AC1A4D;
}
.TagClassName
{
border-color: #AC1A4D;
}
</style>