Shades of Jazzberry Jam #AC135C
Tints of Jazzberry Jam #AC135C
RGB
CMYK
RGB Variations
Color information
#AC135C (or 0xAC135C) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 5C. RGB value is (172,19,92). Sum of RGB (Red+Green+Blue) = 172+19+92=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC135C is #53ECA3. Grayscale: #484848. Windows color (decimal): -5500068 or 6034348. OLE color: 6034348.
HSL color Cylindrical-coordinate representation of color #AC135C: hue angle of 331.37º 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 #AC135C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 92 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.33 |
| HSL | 331.37º | 0.8% | 0.37% | - |
| HSV(B) | 331.37º | 0.89% | 0.67% | - |
| XYZ | 19.18 | 10.01 | 11.05 | - |
| YUV | 73.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 92 | 0 | 0.89 | 0.47 | 0.33 | 331.37 | 0.8 | 0.37 |
| Hex | AC | 13 | 5C | 0 | 59 | 2F | 21 | 14B | 50 | 25 |
| Octal | 254 | 23 | 134 | 0 | 131 | 57 | 41 | 513 | 120 | 45 |
| Binary | 10101100 | 10011 | 1011100 | 0 | 1011001 | 101111 | 100001 | 101001011 | 1010000 | 100101 |
Color Harmonies of #AC135C
Complementary color
Monochromatic Colors of #AC135C
Black with #AC135C
Text Example
Text Example
White with #AC135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC135C; }
p { color: rgb(172,19,92); }
H1.HeaderClassName
{
color: #AC135C;
}
.AnyTagClassName
{
color: #AC135C;
}
</style>
background-color css
<style>
a { background-color: #AC135C; }
a { background-color: rgb(172,19,92); }
div.DivClassName
{
background-color: #AC135C;
}
.BgClassName
{
background-color: #AC135C;
}
</style>
border-color css
<style>
span { border-color: #AC135C; }
span { border-color: rgb(172,19,92); }
td.TdClassName
{
border-color: #AC135C;
}
.TagClassName
{
border-color: #AC135C;
}
</style>