Shades of Jazzberry Jam #AC2466
Tints of Jazzberry Jam #AC2466
RGB
CMYK
RGB Variations
Color information
#AC2466 (or 0xAC2466) is known color: Jazzberry Jam. HEX triplet: AC, 24 and 66. RGB value is (172,36,102). Sum of RGB (Red+Green+Blue) = 172+36+102=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2466 is #53DB99. Grayscale: #545454. Windows color (decimal): -5495706 or 6694060. OLE color: 6694060.
HSL color Cylindrical-coordinate representation of color #AC2466: hue angle of 330.88º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2466 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 102 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.33 |
| HSL | 330.88º | 0.65% | 0.41% | - |
| HSV(B) | 330.88º | 0.79% | 0.67% | - |
| XYZ | 20.04 | 10.99 | 13.64 | - |
| YUV | 84.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 102 | 0 | 0.79 | 0.41 | 0.33 | 330.88 | 0.65 | 0.41 |
| Hex | AC | 24 | 66 | 0 | 4F | 29 | 21 | 14B | 41 | 29 |
| Octal | 254 | 44 | 146 | 0 | 117 | 51 | 41 | 513 | 101 | 51 |
| Binary | 10101100 | 100100 | 1100110 | 0 | 1001111 | 101001 | 100001 | 101001011 | 1000001 | 101001 |
Color Harmonies of #AC2466
Complementary color
Monochromatic Colors of #AC2466
Black with #AC2466
Text Example
Text Example
White with #AC2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2466; }
p { color: rgb(172,36,102); }
H1.HeaderClassName
{
color: #AC2466;
}
.AnyTagClassName
{
color: #AC2466;
}
</style>
background-color css
<style>
a { background-color: #AC2466; }
a { background-color: rgb(172,36,102); }
div.DivClassName
{
background-color: #AC2466;
}
.BgClassName
{
background-color: #AC2466;
}
</style>
border-color css
<style>
span { border-color: #AC2466; }
span { border-color: rgb(172,36,102); }
td.TdClassName
{
border-color: #AC2466;
}
.TagClassName
{
border-color: #AC2466;
}
</style>