Shades of East Side #AC7DCD
Tints of East Side #AC7DCD
RGB
CMYK
RGB Variations
Color information
#AC7DCD (or 0xAC7DCD) is known color: East Side. HEX triplet: AC, 7D and CD. RGB value is (172,125,205). Sum of RGB (Red+Green+Blue) = 172+125+205=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DCD is #538232. Grayscale: #939393. Windows color (decimal): -5472819 or 13467052. OLE color: 13467052.
HSL color Cylindrical-coordinate representation of color #AC7DCD: hue angle of 275.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC7DCD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 125 | 205 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.20 |
| HSL | 275.25º | 0.44% | 0.65% | - |
| HSV(B) | 275.25º | 0.39% | 0.8% | - |
| XYZ | 35.37 | 27.85 | 61.27 | - |
| YUV | 148.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 205 | 0.16 | 0.39 | 0 | 0.20 | 275.25 | 0.44 | 0.65 |
| Hex | AC | 7D | CD | 10 | 27 | 0 | 14 | 113 | 2C | 41 |
| Octal | 254 | 175 | 315 | 20 | 47 | 0 | 24 | 423 | 54 | 101 |
| Binary | 10101100 | 1111101 | 11001101 | 10000 | 100111 | 0 | 10100 | 100010011 | 101100 | 1000001 |
Color Harmonies of #AC7DCD
Complementary color
Monochromatic Colors of #AC7DCD
Black with #AC7DCD
Text Example
Text Example
White with #AC7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DCD; }
p { color: rgb(172,125,205); }
H1.HeaderClassName
{
color: #AC7DCD;
}
.AnyTagClassName
{
color: #AC7DCD;
}
</style>
background-color css
<style>
a { background-color: #AC7DCD; }
a { background-color: rgb(172,125,205); }
div.DivClassName
{
background-color: #AC7DCD;
}
.BgClassName
{
background-color: #AC7DCD;
}
</style>
border-color css
<style>
span { border-color: #AC7DCD; }
span { border-color: rgb(172,125,205); }
td.TdClassName
{
border-color: #AC7DCD;
}
.TagClassName
{
border-color: #AC7DCD;
}
</style>