Shades of Jazzberry Jam #AC015F
Tints of Jazzberry Jam #AC015F
RGB
CMYK
RGB Variations
Color information
#AC015F (or 0xAC015F) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 5F. RGB value is (172,1,95). Sum of RGB (Red+Green+Blue) = 172+1+95=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC015F is #53FEA0. Grayscale: #3E3E3E. Windows color (decimal): -5504673 or 6226348. OLE color: 6226348.
HSL color Cylindrical-coordinate representation of color #AC015F: hue angle of 327.02º 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 #AC015F is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.33 |
| HSL | 327.02º | 0.99% | 0.34% | - |
| HSV(B) | 327.02º | 0.99% | 0.67% | - |
| XYZ | 19.09 | 9.62 | 11.68 | - |
| YUV | 62.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 95 | 0 | 0.99 | 0.45 | 0.33 | 327.02 | 0.99 | 0.34 |
| Hex | AC | 1 | 5F | 0 | 63 | 2D | 21 | 147 | 63 | 22 |
| Octal | 254 | 1 | 137 | 0 | 143 | 55 | 41 | 507 | 143 | 42 |
| Binary | 10101100 | 1 | 1011111 | 0 | 1100011 | 101101 | 100001 | 101000111 | 1100011 | 100010 |
Color Harmonies of #AC015F
Complementary color
Monochromatic Colors of #AC015F
Black with #AC015F
Text Example
Text Example
White with #AC015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC015F; }
p { color: rgb(172,1,95); }
H1.HeaderClassName
{
color: #AC015F;
}
.AnyTagClassName
{
color: #AC015F;
}
</style>
background-color css
<style>
a { background-color: #AC015F; }
a { background-color: rgb(172,1,95); }
div.DivClassName
{
background-color: #AC015F;
}
.BgClassName
{
background-color: #AC015F;
}
</style>
border-color css
<style>
span { border-color: #AC015F; }
span { border-color: rgb(172,1,95); }
td.TdClassName
{
border-color: #AC015F;
}
.TagClassName
{
border-color: #AC015F;
}
</style>