Shades of Jazzberry Jam #AC015C
Tints of Jazzberry Jam #AC015C
RGB
CMYK
RGB Variations
Color information
#AC015C (or 0xAC015C) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 5C. RGB value is (172,1,92). Sum of RGB (Red+Green+Blue) = 172+1+92=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC015C is #53FEA3. Grayscale: #3E3E3E. Windows color (decimal): -5504676 or 6029740. OLE color: 6029740.
HSL color Cylindrical-coordinate representation of color #AC015C: hue angle of 328.07º 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 #AC015C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.33 |
| HSL | 328.07º | 0.99% | 0.34% | - |
| HSV(B) | 328.07º | 0.99% | 0.67% | - |
| XYZ | 18.96 | 9.57 | 10.97 | - |
| YUV | 62.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 92 | 0 | 0.99 | 0.47 | 0.33 | 328.07 | 0.99 | 0.34 |
| Hex | AC | 1 | 5C | 0 | 63 | 2F | 21 | 148 | 63 | 22 |
| Octal | 254 | 1 | 134 | 0 | 143 | 57 | 41 | 510 | 143 | 42 |
| Binary | 10101100 | 1 | 1011100 | 0 | 1100011 | 101111 | 100001 | 101001000 | 1100011 | 100010 |
Color Harmonies of #AC015C
Complementary color
Monochromatic Colors of #AC015C
Black with #AC015C
Text Example
Text Example
White with #AC015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC015C; }
p { color: rgb(172,1,92); }
H1.HeaderClassName
{
color: #AC015C;
}
.AnyTagClassName
{
color: #AC015C;
}
</style>
background-color css
<style>
a { background-color: #AC015C; }
a { background-color: rgb(172,1,92); }
div.DivClassName
{
background-color: #AC015C;
}
.BgClassName
{
background-color: #AC015C;
}
</style>
border-color css
<style>
span { border-color: #AC015C; }
span { border-color: rgb(172,1,92); }
td.TdClassName
{
border-color: #AC015C;
}
.TagClassName
{
border-color: #AC015C;
}
</style>