Shades of Jazzberry Jam #AC145A
Tints of Jazzberry Jam #AC145A
RGB
CMYK
RGB Variations
Color information
#AC145A (or 0xAC145A) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 5A. RGB value is (172,20,90). Sum of RGB (Red+Green+Blue) = 172+20+90=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145A is #53EBA5. Grayscale: #494949. Windows color (decimal): -5499814 or 5903532. OLE color: 5903532.
HSL color Cylindrical-coordinate representation of color #AC145A: hue angle of 332.37º 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 #AC145A is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 90 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.33 |
| HSL | 332.37º | 0.79% | 0.38% | - |
| HSV(B) | 332.37º | 0.88% | 0.67% | - |
| XYZ | 19.11 | 10.01 | 10.6 | - |
| YUV | 73.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 90 | 0 | 0.88 | 0.48 | 0.33 | 332.37 | 0.79 | 0.38 |
| Hex | AC | 14 | 5A | 0 | 58 | 30 | 21 | 14C | 4F | 26 |
| Octal | 254 | 24 | 132 | 0 | 130 | 60 | 41 | 514 | 117 | 46 |
| Binary | 10101100 | 10100 | 1011010 | 0 | 1011000 | 110000 | 100001 | 101001100 | 1001111 | 100110 |
Color Harmonies of #AC145A
Complementary color
Monochromatic Colors of #AC145A
Black with #AC145A
Text Example
Text Example
White with #AC145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC145A; }
p { color: rgb(172,20,90); }
H1.HeaderClassName
{
color: #AC145A;
}
.AnyTagClassName
{
color: #AC145A;
}
</style>
background-color css
<style>
a { background-color: #AC145A; }
a { background-color: rgb(172,20,90); }
div.DivClassName
{
background-color: #AC145A;
}
.BgClassName
{
background-color: #AC145A;
}
</style>
border-color css
<style>
span { border-color: #AC145A; }
span { border-color: rgb(172,20,90); }
td.TdClassName
{
border-color: #AC145A;
}
.TagClassName
{
border-color: #AC145A;
}
</style>