Shades of Jazzberry Jam #AC0467
Tints of Jazzberry Jam #AC0467
RGB
CMYK
RGB Variations
Color information
#AC0467 (or 0xAC0467) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 67. RGB value is (172,4,103). Sum of RGB (Red+Green+Blue) = 172+4+103=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0467 is #53FB98. Grayscale: #414141. Windows color (decimal): -5503897 or 6751404. OLE color: 6751404.
HSL color Cylindrical-coordinate representation of color #AC0467: hue angle of 324.64º 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 #AC0467 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.33 |
| HSL | 324.64º | 0.95% | 0.35% | - |
| HSV(B) | 324.64º | 0.98% | 0.67% | - |
| XYZ | 19.5 | 9.84 | 13.7 | - |
| YUV | 65.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 103 | 0 | 0.98 | 0.40 | 0.33 | 324.64 | 0.95 | 0.35 |
| Hex | AC | 4 | 67 | 0 | 62 | 28 | 21 | 145 | 5F | 23 |
| Octal | 254 | 4 | 147 | 0 | 142 | 50 | 41 | 505 | 137 | 43 |
| Binary | 10101100 | 100 | 1100111 | 0 | 1100010 | 101000 | 100001 | 101000101 | 1011111 | 100011 |
Color Harmonies of #AC0467
Complementary color
Monochromatic Colors of #AC0467
Black with #AC0467
Text Example
Text Example
White with #AC0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0467; }
p { color: rgb(172,4,103); }
H1.HeaderClassName
{
color: #AC0467;
}
.AnyTagClassName
{
color: #AC0467;
}
</style>
background-color css
<style>
a { background-color: #AC0467; }
a { background-color: rgb(172,4,103); }
div.DivClassName
{
background-color: #AC0467;
}
.BgClassName
{
background-color: #AC0467;
}
</style>
border-color css
<style>
span { border-color: #AC0467; }
span { border-color: rgb(172,4,103); }
td.TdClassName
{
border-color: #AC0467;
}
.TagClassName
{
border-color: #AC0467;
}
</style>