Shades of Jazzberry Jam #AC105E
Tints of Jazzberry Jam #AC105E
RGB
CMYK
RGB Variations
Color information
#AC105E (or 0xAC105E) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 5E. RGB value is (172,16,94). Sum of RGB (Red+Green+Blue) = 172+16+94=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC105E is #53EFA1. Grayscale: #474747. Windows color (decimal): -5500834 or 6164652. OLE color: 6164652.
HSL color Cylindrical-coordinate representation of color #AC105E: hue angle of 330º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC105E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 94 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.33 |
| HSL | 330º | 0.83% | 0.37% | - |
| HSV(B) | 330º | 0.91% | 0.67% | - |
| XYZ | 19.22 | 9.95 | 11.5 | - |
| YUV | 71.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 94 | 0 | 0.91 | 0.45 | 0.33 | 330 | 0.83 | 0.37 |
| Hex | AC | 10 | 5E | 0 | 5B | 2D | 21 | 14A | 53 | 25 |
| Octal | 254 | 20 | 136 | 0 | 133 | 55 | 41 | 512 | 123 | 45 |
| Binary | 10101100 | 10000 | 1011110 | 0 | 1011011 | 101101 | 100001 | 101001010 | 1010011 | 100101 |
Color Harmonies of #AC105E
Complementary color
Monochromatic Colors of #AC105E
Black with #AC105E
Text Example
Text Example
White with #AC105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC105E; }
p { color: rgb(172,16,94); }
H1.HeaderClassName
{
color: #AC105E;
}
.AnyTagClassName
{
color: #AC105E;
}
</style>
background-color css
<style>
a { background-color: #AC105E; }
a { background-color: rgb(172,16,94); }
div.DivClassName
{
background-color: #AC105E;
}
.BgClassName
{
background-color: #AC105E;
}
</style>
border-color css
<style>
span { border-color: #AC105E; }
span { border-color: rgb(172,16,94); }
td.TdClassName
{
border-color: #AC105E;
}
.TagClassName
{
border-color: #AC105E;
}
</style>