Shades of Jazzberry Jam #AC206B
Tints of Jazzberry Jam #AC206B
RGB
CMYK
RGB Variations
Color information
#AC206B (or 0xAC206B) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 6B. RGB value is (172,32,107). Sum of RGB (Red+Green+Blue) = 172+32+107=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC206B is #53DF94. Grayscale: #525252. Windows color (decimal): -5496725 or 7020716. OLE color: 7020716.
HSL color Cylindrical-coordinate representation of color #AC206B: hue angle of 327.86º 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 #AC206B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 107 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.33 |
| HSL | 327.86º | 0.69% | 0.4% | - |
| HSV(B) | 327.86º | 0.81% | 0.67% | - |
| XYZ | 20.18 | 10.87 | 14.94 | - |
| YUV | 82.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 107 | 0 | 0.81 | 0.38 | 0.33 | 327.86 | 0.69 | 0.4 |
| Hex | AC | 20 | 6B | 0 | 51 | 26 | 21 | 148 | 45 | 28 |
| Octal | 254 | 40 | 153 | 0 | 121 | 46 | 41 | 510 | 105 | 50 |
| Binary | 10101100 | 100000 | 1101011 | 0 | 1010001 | 100110 | 100001 | 101001000 | 1000101 | 101000 |
Color Harmonies of #AC206B
Complementary color
Monochromatic Colors of #AC206B
Black with #AC206B
Text Example
Text Example
White with #AC206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC206B; }
p { color: rgb(172,32,107); }
H1.HeaderClassName
{
color: #AC206B;
}
.AnyTagClassName
{
color: #AC206B;
}
</style>
background-color css
<style>
a { background-color: #AC206B; }
a { background-color: rgb(172,32,107); }
div.DivClassName
{
background-color: #AC206B;
}
.BgClassName
{
background-color: #AC206B;
}
</style>
border-color css
<style>
span { border-color: #AC206B; }
span { border-color: rgb(172,32,107); }
td.TdClassName
{
border-color: #AC206B;
}
.TagClassName
{
border-color: #AC206B;
}
</style>