Shades of Jazzberry Jam #AC195A
Tints of Jazzberry Jam #AC195A
RGB
CMYK
RGB Variations
Color information
#AC195A (or 0xAC195A) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 5A. RGB value is (172,25,90). Sum of RGB (Red+Green+Blue) = 172+25+90=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC195A is #53E6A5. Grayscale: #4C4C4C. Windows color (decimal): -5498534 or 5904812. OLE color: 5904812.
HSL color Cylindrical-coordinate representation of color #AC195A: hue angle of 333.47º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC195A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 90 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.33 |
| HSL | 333.47º | 0.75% | 0.39% | - |
| HSV(B) | 333.47º | 0.85% | 0.67% | - |
| XYZ | 19.21 | 10.2 | 10.63 | - |
| YUV | 76.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 90 | 0 | 0.85 | 0.48 | 0.33 | 333.47 | 0.75 | 0.39 |
| Hex | AC | 19 | 5A | 0 | 55 | 30 | 21 | 14D | 4B | 27 |
| Octal | 254 | 31 | 132 | 0 | 125 | 60 | 41 | 515 | 113 | 47 |
| Binary | 10101100 | 11001 | 1011010 | 0 | 1010101 | 110000 | 100001 | 101001101 | 1001011 | 100111 |
Color Harmonies of #AC195A
Complementary color
Monochromatic Colors of #AC195A
Black with #AC195A
Text Example
Text Example
White with #AC195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC195A; }
p { color: rgb(172,25,90); }
H1.HeaderClassName
{
color: #AC195A;
}
.AnyTagClassName
{
color: #AC195A;
}
</style>
background-color css
<style>
a { background-color: #AC195A; }
a { background-color: rgb(172,25,90); }
div.DivClassName
{
background-color: #AC195A;
}
.BgClassName
{
background-color: #AC195A;
}
</style>
border-color css
<style>
span { border-color: #AC195A; }
span { border-color: rgb(172,25,90); }
td.TdClassName
{
border-color: #AC195A;
}
.TagClassName
{
border-color: #AC195A;
}
</style>