Shades of Jazzberry Jam #AC145B
Tints of Jazzberry Jam #AC145B
RGB
CMYK
RGB Variations
Color information
#AC145B (or 0xAC145B) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 5B. RGB value is (172,20,91). Sum of RGB (Red+Green+Blue) = 172+20+91=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145B is #53EBA4. Grayscale: #494949. Windows color (decimal): -5499813 or 5969068. OLE color: 5969068.
HSL color Cylindrical-coordinate representation of color #AC145B: hue angle of 331.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC145B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 91 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.33 |
| HSL | 331.97º | 0.79% | 0.38% | - |
| HSV(B) | 331.97º | 0.88% | 0.67% | - |
| XYZ | 19.15 | 10.03 | 10.82 | - |
| YUV | 73.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 91 | 0 | 0.88 | 0.47 | 0.33 | 331.97 | 0.79 | 0.38 |
| Hex | AC | 14 | 5B | 0 | 58 | 2F | 21 | 14C | 4F | 26 |
| Octal | 254 | 24 | 133 | 0 | 130 | 57 | 41 | 514 | 117 | 46 |
| Binary | 10101100 | 10100 | 1011011 | 0 | 1011000 | 101111 | 100001 | 101001100 | 1001111 | 100110 |
Color Harmonies of #AC145B
Complementary color
Monochromatic Colors of #AC145B
Black with #AC145B
Text Example
Text Example
White with #AC145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC145B; }
p { color: rgb(172,20,91); }
H1.HeaderClassName
{
color: #AC145B;
}
.AnyTagClassName
{
color: #AC145B;
}
</style>
background-color css
<style>
a { background-color: #AC145B; }
a { background-color: rgb(172,20,91); }
div.DivClassName
{
background-color: #AC145B;
}
.BgClassName
{
background-color: #AC145B;
}
</style>
border-color css
<style>
span { border-color: #AC145B; }
span { border-color: rgb(172,20,91); }
td.TdClassName
{
border-color: #AC145B;
}
.TagClassName
{
border-color: #AC145B;
}
</style>