Shades of Jazzberry Jam #AC135F
Tints of Jazzberry Jam #AC135F
RGB
CMYK
RGB Variations
Color information
#AC135F (or 0xAC135F) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 5F. RGB value is (172,19,95). Sum of RGB (Red+Green+Blue) = 172+19+95=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC135F is #53ECA0. Grayscale: #494949. Windows color (decimal): -5500065 or 6230956. OLE color: 6230956.
HSL color Cylindrical-coordinate representation of color #AC135F: hue angle of 330.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC135F is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 95 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.33 |
| HSL | 330.2º | 0.8% | 0.37% | - |
| HSV(B) | 330.2º | 0.89% | 0.67% | - |
| XYZ | 19.31 | 10.06 | 11.75 | - |
| YUV | 73.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 95 | 0 | 0.89 | 0.45 | 0.33 | 330.2 | 0.8 | 0.37 |
| Hex | AC | 13 | 5F | 0 | 59 | 2D | 21 | 14A | 50 | 25 |
| Octal | 254 | 23 | 137 | 0 | 131 | 55 | 41 | 512 | 120 | 45 |
| Binary | 10101100 | 10011 | 1011111 | 0 | 1011001 | 101101 | 100001 | 101001010 | 1010000 | 100101 |
Color Harmonies of #AC135F
Complementary color
Monochromatic Colors of #AC135F
Black with #AC135F
Text Example
Text Example
White with #AC135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC135F; }
p { color: rgb(172,19,95); }
H1.HeaderClassName
{
color: #AC135F;
}
.AnyTagClassName
{
color: #AC135F;
}
</style>
background-color css
<style>
a { background-color: #AC135F; }
a { background-color: rgb(172,19,95); }
div.DivClassName
{
background-color: #AC135F;
}
.BgClassName
{
background-color: #AC135F;
}
</style>
border-color css
<style>
span { border-color: #AC135F; }
span { border-color: rgb(172,19,95); }
td.TdClassName
{
border-color: #AC135F;
}
.TagClassName
{
border-color: #AC135F;
}
</style>