Shades of Jazzberry Jam #AC205B
Tints of Jazzberry Jam #AC205B
RGB
CMYK
RGB Variations
Color information
#AC205B (or 0xAC205B) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 5B. RGB value is (172,32,91). Sum of RGB (Red+Green+Blue) = 172+32+91=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC205B is #53DFA4. Grayscale: #505050. Windows color (decimal): -5496741 or 5972140. OLE color: 5972140.
HSL color Cylindrical-coordinate representation of color #AC205B: hue angle of 334.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC205B is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 91 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.33 |
| HSL | 334.71º | 0.69% | 0.4% | - |
| HSV(B) | 334.71º | 0.81% | 0.67% | - |
| XYZ | 19.42 | 10.56 | 10.91 | - |
| YUV | 80.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 91 | 0 | 0.81 | 0.47 | 0.33 | 334.71 | 0.69 | 0.4 |
| Hex | AC | 20 | 5B | 0 | 51 | 2F | 21 | 14F | 45 | 28 |
| Octal | 254 | 40 | 133 | 0 | 121 | 57 | 41 | 517 | 105 | 50 |
| Binary | 10101100 | 100000 | 1011011 | 0 | 1010001 | 101111 | 100001 | 101001111 | 1000101 | 101000 |
Color Harmonies of #AC205B
Complementary color
Monochromatic Colors of #AC205B
Black with #AC205B
Text Example
Text Example
White with #AC205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC205B; }
p { color: rgb(172,32,91); }
H1.HeaderClassName
{
color: #AC205B;
}
.AnyTagClassName
{
color: #AC205B;
}
</style>
background-color css
<style>
a { background-color: #AC205B; }
a { background-color: rgb(172,32,91); }
div.DivClassName
{
background-color: #AC205B;
}
.BgClassName
{
background-color: #AC205B;
}
</style>
border-color css
<style>
span { border-color: #AC205B; }
span { border-color: rgb(172,32,91); }
td.TdClassName
{
border-color: #AC205B;
}
.TagClassName
{
border-color: #AC205B;
}
</style>