Shades of Jazzberry Jam #AC015E
Tints of Jazzberry Jam #AC015E
RGB
CMYK
RGB Variations
Color information
#AC015E (or 0xAC015E) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 5E. RGB value is (172,1,94). Sum of RGB (Red+Green+Blue) = 172+1+94=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC015E is #53FEA1. Grayscale: #3E3E3E. Windows color (decimal): -5504674 or 6160812. OLE color: 6160812.
HSL color Cylindrical-coordinate representation of color #AC015E: hue angle of 327.37º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC015E is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.33 |
| HSL | 327.37º | 0.99% | 0.34% | - |
| HSV(B) | 327.37º | 0.99% | 0.67% | - |
| XYZ | 19.04 | 9.6 | 11.44 | - |
| YUV | 62.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 94 | 0 | 0.99 | 0.45 | 0.33 | 327.37 | 0.99 | 0.34 |
| Hex | AC | 1 | 5E | 0 | 63 | 2D | 21 | 147 | 63 | 22 |
| Octal | 254 | 1 | 136 | 0 | 143 | 55 | 41 | 507 | 143 | 42 |
| Binary | 10101100 | 1 | 1011110 | 0 | 1100011 | 101101 | 100001 | 101000111 | 1100011 | 100010 |
Color Harmonies of #AC015E
Complementary color
Monochromatic Colors of #AC015E
Black with #AC015E
Text Example
Text Example
White with #AC015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC015E; }
p { color: rgb(172,1,94); }
H1.HeaderClassName
{
color: #AC015E;
}
.AnyTagClassName
{
color: #AC015E;
}
</style>
background-color css
<style>
a { background-color: #AC015E; }
a { background-color: rgb(172,1,94); }
div.DivClassName
{
background-color: #AC015E;
}
.BgClassName
{
background-color: #AC015E;
}
</style>
border-color css
<style>
span { border-color: #AC015E; }
span { border-color: rgb(172,1,94); }
td.TdClassName
{
border-color: #AC015E;
}
.TagClassName
{
border-color: #AC015E;
}
</style>