Shades of East Side #AC7DB7
Tints of East Side #AC7DB7
RGB
CMYK
RGB Variations
Color information
#AC7DB7 (or 0xAC7DB7) is known color: East Side. HEX triplet: AC, 7D and B7. RGB value is (172,125,183). Sum of RGB (Red+Green+Blue) = 172+125+183=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC7DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DB7 is #538248. Grayscale: #919191. Windows color (decimal): -5472841 or 12025260. OLE color: 12025260.
HSL color Cylindrical-coordinate representation of color #AC7DB7: hue angle of 288.62º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7DB7 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 125 | 183 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.28 |
| HSL | 288.62º | 0.29% | 0.6% | - |
| HSV(B) | 288.62º | 0.32% | 0.72% | - |
| XYZ | 32.89 | 26.86 | 48.25 | - |
| YUV | 145.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 183 | 0.06 | 0.32 | 0 | 0.28 | 288.62 | 0.29 | 0.6 |
| Hex | AC | 7D | B7 | 6 | 20 | 0 | 1C | 121 | 1D | 3C |
| Octal | 254 | 175 | 267 | 6 | 40 | 0 | 34 | 441 | 35 | 74 |
| Binary | 10101100 | 1111101 | 10110111 | 110 | 100000 | 0 | 11100 | 100100001 | 11101 | 111100 |
Color Harmonies of #AC7DB7
Complementary color
Monochromatic Colors of #AC7DB7
Black with #AC7DB7
Text Example
Text Example
White with #AC7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DB7; }
p { color: rgb(172,125,183); }
H1.HeaderClassName
{
color: #AC7DB7;
}
.AnyTagClassName
{
color: #AC7DB7;
}
</style>
background-color css
<style>
a { background-color: #AC7DB7; }
a { background-color: rgb(172,125,183); }
div.DivClassName
{
background-color: #AC7DB7;
}
.BgClassName
{
background-color: #AC7DB7;
}
</style>
border-color css
<style>
span { border-color: #AC7DB7; }
span { border-color: rgb(172,125,183); }
td.TdClassName
{
border-color: #AC7DB7;
}
.TagClassName
{
border-color: #AC7DB7;
}
</style>