Shades of Jazzberry Jam #AC0450
Tints of Jazzberry Jam #AC0450
RGB
CMYK
RGB Variations
Color information
#AC0450 (or 0xAC0450) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 50. RGB value is (172,4,80). Sum of RGB (Red+Green+Blue) = 172+4+80=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0450 is #53FBAF. Grayscale: #3E3E3E. Windows color (decimal): -5503920 or 5244076. OLE color: 5244076.
HSL color Cylindrical-coordinate representation of color #AC0450: hue angle of 332.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0450 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.33 |
| HSL | 332.86º | 0.95% | 0.35% | - |
| HSV(B) | 332.86º | 0.98% | 0.67% | - |
| XYZ | 18.5 | 9.44 | 8.44 | - |
| YUV | 62.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 80 | 0 | 0.98 | 0.53 | 0.33 | 332.86 | 0.95 | 0.35 |
| Hex | AC | 4 | 50 | 0 | 62 | 35 | 21 | 14D | 5F | 23 |
| Octal | 254 | 4 | 120 | 0 | 142 | 65 | 41 | 515 | 137 | 43 |
| Binary | 10101100 | 100 | 1010000 | 0 | 1100010 | 110101 | 100001 | 101001101 | 1011111 | 100011 |
Color Harmonies of #AC0450
Complementary color
Monochromatic Colors of #AC0450
Black with #AC0450
Text Example
Text Example
White with #AC0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0450; }
p { color: rgb(172,4,80); }
H1.HeaderClassName
{
color: #AC0450;
}
.AnyTagClassName
{
color: #AC0450;
}
</style>
background-color css
<style>
a { background-color: #AC0450; }
a { background-color: rgb(172,4,80); }
div.DivClassName
{
background-color: #AC0450;
}
.BgClassName
{
background-color: #AC0450;
}
</style>
border-color css
<style>
span { border-color: #AC0450; }
span { border-color: rgb(172,4,80); }
td.TdClassName
{
border-color: #AC0450;
}
.TagClassName
{
border-color: #AC0450;
}
</style>