Shades of Jazzberry Jam #AC0C50
Tints of Jazzberry Jam #AC0C50
RGB
CMYK
RGB Variations
Color information
#AC0C50 (or 0xAC0C50) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 50. RGB value is (172,12,80). Sum of RGB (Red+Green+Blue) = 172+12+80=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C50 is #53F3AF. Grayscale: #434343. Windows color (decimal): -5501872 or 5246124. OLE color: 5246124.
HSL color Cylindrical-coordinate representation of color #AC0C50: hue angle of 334.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C50 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 80 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.33 |
| HSL | 334.5º | 0.87% | 0.36% | - |
| HSV(B) | 334.5º | 0.93% | 0.67% | - |
| XYZ | 18.59 | 9.61 | 8.46 | - |
| YUV | 67.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 80 | 0 | 0.93 | 0.53 | 0.33 | 334.5 | 0.87 | 0.36 |
| Hex | AC | C | 50 | 0 | 5D | 35 | 21 | 14E | 57 | 24 |
| Octal | 254 | 14 | 120 | 0 | 135 | 65 | 41 | 516 | 127 | 44 |
| Binary | 10101100 | 1100 | 1010000 | 0 | 1011101 | 110101 | 100001 | 101001110 | 1010111 | 100100 |
Color Harmonies of #AC0C50
Complementary color
Monochromatic Colors of #AC0C50
Black with #AC0C50
Text Example
Text Example
White with #AC0C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C50; }
p { color: rgb(172,12,80); }
H1.HeaderClassName
{
color: #AC0C50;
}
.AnyTagClassName
{
color: #AC0C50;
}
</style>
background-color css
<style>
a { background-color: #AC0C50; }
a { background-color: rgb(172,12,80); }
div.DivClassName
{
background-color: #AC0C50;
}
.BgClassName
{
background-color: #AC0C50;
}
</style>
border-color css
<style>
span { border-color: #AC0C50; }
span { border-color: rgb(172,12,80); }
td.TdClassName
{
border-color: #AC0C50;
}
.TagClassName
{
border-color: #AC0C50;
}
</style>