Shades of Jazzberry Jam #AC105F
Tints of Jazzberry Jam #AC105F
RGB
CMYK
RGB Variations
Color information
#AC105F (or 0xAC105F) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 5F. RGB value is (172,16,95). Sum of RGB (Red+Green+Blue) = 172+16+95=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC105F is #53EFA0. Grayscale: #474747. Windows color (decimal): -5500833 or 6230188. OLE color: 6230188.
HSL color Cylindrical-coordinate representation of color #AC105F: hue angle of 329.62º 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 #AC105F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 95 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.33 |
| HSL | 329.62º | 0.83% | 0.37% | - |
| HSV(B) | 329.62º | 0.91% | 0.67% | - |
| XYZ | 19.26 | 9.97 | 11.74 | - |
| YUV | 71.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 95 | 0 | 0.91 | 0.45 | 0.33 | 329.62 | 0.83 | 0.37 |
| Hex | AC | 10 | 5F | 0 | 5B | 2D | 21 | 14A | 53 | 25 |
| Octal | 254 | 20 | 137 | 0 | 133 | 55 | 41 | 512 | 123 | 45 |
| Binary | 10101100 | 10000 | 1011111 | 0 | 1011011 | 101101 | 100001 | 101001010 | 1010011 | 100101 |
Color Harmonies of #AC105F
Complementary color
Monochromatic Colors of #AC105F
Black with #AC105F
Text Example
Text Example
White with #AC105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC105F; }
p { color: rgb(172,16,95); }
H1.HeaderClassName
{
color: #AC105F;
}
.AnyTagClassName
{
color: #AC105F;
}
</style>
background-color css
<style>
a { background-color: #AC105F; }
a { background-color: rgb(172,16,95); }
div.DivClassName
{
background-color: #AC105F;
}
.BgClassName
{
background-color: #AC105F;
}
</style>
border-color css
<style>
span { border-color: #AC105F; }
span { border-color: rgb(172,16,95); }
td.TdClassName
{
border-color: #AC105F;
}
.TagClassName
{
border-color: #AC105F;
}
</style>