Shades of Jazzberry Jam #AC2465
Tints of Jazzberry Jam #AC2465
RGB
CMYK
RGB Variations
Color information
#AC2465 (or 0xAC2465) is known color: Jazzberry Jam. HEX triplet: AC, 24 and 65. RGB value is (172,36,101). Sum of RGB (Red+Green+Blue) = 172+36+101=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2465 is #53DB9A. Grayscale: #535353. Windows color (decimal): -5495707 or 6628524. OLE color: 6628524.
HSL color Cylindrical-coordinate representation of color #AC2465: hue angle of 331.32º 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 #AC2465 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 101 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.33 |
| HSL | 331.32º | 0.65% | 0.41% | - |
| HSV(B) | 331.32º | 0.79% | 0.67% | - |
| XYZ | 19.99 | 10.97 | 13.38 | - |
| YUV | 84.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 101 | 0 | 0.79 | 0.41 | 0.33 | 331.32 | 0.65 | 0.41 |
| Hex | AC | 24 | 65 | 0 | 4F | 29 | 21 | 14B | 41 | 29 |
| Octal | 254 | 44 | 145 | 0 | 117 | 51 | 41 | 513 | 101 | 51 |
| Binary | 10101100 | 100100 | 1100101 | 0 | 1001111 | 101001 | 100001 | 101001011 | 1000001 | 101001 |
Color Harmonies of #AC2465
Complementary color
Monochromatic Colors of #AC2465
Black with #AC2465
Text Example
Text Example
White with #AC2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2465; }
p { color: rgb(172,36,101); }
H1.HeaderClassName
{
color: #AC2465;
}
.AnyTagClassName
{
color: #AC2465;
}
</style>
background-color css
<style>
a { background-color: #AC2465; }
a { background-color: rgb(172,36,101); }
div.DivClassName
{
background-color: #AC2465;
}
.BgClassName
{
background-color: #AC2465;
}
</style>
border-color css
<style>
span { border-color: #AC2465; }
span { border-color: rgb(172,36,101); }
td.TdClassName
{
border-color: #AC2465;
}
.TagClassName
{
border-color: #AC2465;
}
</style>