Shades of East Side #AC7BD1
Tints of East Side #AC7BD1
RGB
CMYK
RGB Variations
Color information
#AC7BD1 (or 0xAC7BD1) is known color: East Side. HEX triplet: AC, 7B and D1. RGB value is (172,123,209). Sum of RGB (Red+Green+Blue) = 172+123+209=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC7BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BD1 is #53842E. Grayscale: #939393. Windows color (decimal): -5473327 or 13728684. OLE color: 13728684.
HSL color Cylindrical-coordinate representation of color #AC7BD1: hue angle of 274.19º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7BD1 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 123 | 209 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.18 |
| HSL | 274.19º | 0.48% | 0.65% | - |
| HSV(B) | 274.19º | 0.41% | 0.82% | - |
| XYZ | 35.6 | 27.54 | 63.76 | - |
| YUV | 147.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 209 | 0.18 | 0.41 | 0 | 0.18 | 274.19 | 0.48 | 0.65 |
| Hex | AC | 7B | D1 | 12 | 29 | 0 | 12 | 112 | 30 | 41 |
| Octal | 254 | 173 | 321 | 22 | 51 | 0 | 22 | 422 | 60 | 101 |
| Binary | 10101100 | 1111011 | 11010001 | 10010 | 101001 | 0 | 10010 | 100010010 | 110000 | 1000001 |
Color Harmonies of #AC7BD1
Complementary color
Monochromatic Colors of #AC7BD1
Black with #AC7BD1
Text Example
Text Example
White with #AC7BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BD1; }
p { color: rgb(172,123,209); }
H1.HeaderClassName
{
color: #AC7BD1;
}
.AnyTagClassName
{
color: #AC7BD1;
}
</style>
background-color css
<style>
a { background-color: #AC7BD1; }
a { background-color: rgb(172,123,209); }
div.DivClassName
{
background-color: #AC7BD1;
}
.BgClassName
{
background-color: #AC7BD1;
}
</style>
border-color css
<style>
span { border-color: #AC7BD1; }
span { border-color: rgb(172,123,209); }
td.TdClassName
{
border-color: #AC7BD1;
}
.TagClassName
{
border-color: #AC7BD1;
}
</style>