Shades of Jazzberry Jam #AC135E
Tints of Jazzberry Jam #AC135E
RGB
CMYK
RGB Variations
Color information
#AC135E (or 0xAC135E) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 5E. RGB value is (172,19,94). Sum of RGB (Red+Green+Blue) = 172+19+94=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC135E is #53ECA1. Grayscale: #494949. Windows color (decimal): -5500066 or 6165420. OLE color: 6165420.
HSL color Cylindrical-coordinate representation of color #AC135E: hue angle of 330.59º 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 #AC135E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 94 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.33 |
| HSL | 330.59º | 0.8% | 0.37% | - |
| HSV(B) | 330.59º | 0.89% | 0.67% | - |
| XYZ | 19.27 | 10.04 | 11.51 | - |
| YUV | 73.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 94 | 0 | 0.89 | 0.45 | 0.33 | 330.59 | 0.8 | 0.37 |
| Hex | AC | 13 | 5E | 0 | 59 | 2D | 21 | 14B | 50 | 25 |
| Octal | 254 | 23 | 136 | 0 | 131 | 55 | 41 | 513 | 120 | 45 |
| Binary | 10101100 | 10011 | 1011110 | 0 | 1011001 | 101101 | 100001 | 101001011 | 1010000 | 100101 |
Color Harmonies of #AC135E
Complementary color
Monochromatic Colors of #AC135E
Black with #AC135E
Text Example
Text Example
White with #AC135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC135E; }
p { color: rgb(172,19,94); }
H1.HeaderClassName
{
color: #AC135E;
}
.AnyTagClassName
{
color: #AC135E;
}
</style>
background-color css
<style>
a { background-color: #AC135E; }
a { background-color: rgb(172,19,94); }
div.DivClassName
{
background-color: #AC135E;
}
.BgClassName
{
background-color: #AC135E;
}
</style>
border-color css
<style>
span { border-color: #AC135E; }
span { border-color: rgb(172,19,94); }
td.TdClassName
{
border-color: #AC135E;
}
.TagClassName
{
border-color: #AC135E;
}
</style>