Shades of East Side #AC7BCD
Tints of East Side #AC7BCD
RGB
CMYK
RGB Variations
Color information
#AC7BCD (or 0xAC7BCD) is known color: East Side. HEX triplet: AC, 7B and CD. RGB value is (172,123,205). Sum of RGB (Red+Green+Blue) = 172+123+205=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BCD is #538432. Grayscale: #929292. Windows color (decimal): -5473331 or 13466540. OLE color: 13466540.
HSL color Cylindrical-coordinate representation of color #AC7BCD: hue angle of 275.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7BCD is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 123 | 205 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.20 |
| HSL | 275.85º | 0.45% | 0.64% | - |
| HSV(B) | 275.85º | 0.4% | 0.8% | - |
| XYZ | 35.12 | 27.34 | 61.18 | - |
| YUV | 147 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 205 | 0.16 | 0.4 | 0 | 0.20 | 275.85 | 0.45 | 0.64 |
| Hex | AC | 7B | CD | 10 | 28 | 0 | 14 | 114 | 2D | 40 |
| Octal | 254 | 173 | 315 | 20 | 50 | 0 | 24 | 424 | 55 | 100 |
| Binary | 10101100 | 1111011 | 11001101 | 10000 | 101000 | 0 | 10100 | 100010100 | 101101 | 1000000 |
Color Harmonies of #AC7BCD
Complementary color
Monochromatic Colors of #AC7BCD
Black with #AC7BCD
Text Example
Text Example
White with #AC7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BCD; }
p { color: rgb(172,123,205); }
H1.HeaderClassName
{
color: #AC7BCD;
}
.AnyTagClassName
{
color: #AC7BCD;
}
</style>
background-color css
<style>
a { background-color: #AC7BCD; }
a { background-color: rgb(172,123,205); }
div.DivClassName
{
background-color: #AC7BCD;
}
.BgClassName
{
background-color: #AC7BCD;
}
</style>
border-color css
<style>
span { border-color: #AC7BCD; }
span { border-color: rgb(172,123,205); }
td.TdClassName
{
border-color: #AC7BCD;
}
.TagClassName
{
border-color: #AC7BCD;
}
</style>