Shades of Jazzberry Jam #AC015B
Tints of Jazzberry Jam #AC015B
RGB
CMYK
RGB Variations
Color information
#AC015B (or 0xAC015B) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 5B. RGB value is (172,1,91). Sum of RGB (Red+Green+Blue) = 172+1+91=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC015B is #53FEA4. Grayscale: #3E3E3E. Windows color (decimal): -5504677 or 5964204. OLE color: 5964204.
HSL color Cylindrical-coordinate representation of color #AC015B: hue angle of 328.42º 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 #AC015B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.33 |
| HSL | 328.42º | 0.99% | 0.34% | - |
| HSV(B) | 328.42º | 0.99% | 0.67% | - |
| XYZ | 18.91 | 9.55 | 10.74 | - |
| YUV | 62.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 91 | 0 | 0.99 | 0.47 | 0.33 | 328.42 | 0.99 | 0.34 |
| Hex | AC | 1 | 5B | 0 | 63 | 2F | 21 | 148 | 63 | 22 |
| Octal | 254 | 1 | 133 | 0 | 143 | 57 | 41 | 510 | 143 | 42 |
| Binary | 10101100 | 1 | 1011011 | 0 | 1100011 | 101111 | 100001 | 101001000 | 1100011 | 100010 |
Color Harmonies of #AC015B
Complementary color
Monochromatic Colors of #AC015B
Black with #AC015B
Text Example
Text Example
White with #AC015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC015B; }
p { color: rgb(172,1,91); }
H1.HeaderClassName
{
color: #AC015B;
}
.AnyTagClassName
{
color: #AC015B;
}
</style>
background-color css
<style>
a { background-color: #AC015B; }
a { background-color: rgb(172,1,91); }
div.DivClassName
{
background-color: #AC015B;
}
.BgClassName
{
background-color: #AC015B;
}
</style>
border-color css
<style>
span { border-color: #AC015B; }
span { border-color: rgb(172,1,91); }
td.TdClassName
{
border-color: #AC015B;
}
.TagClassName
{
border-color: #AC015B;
}
</style>