Shades of East Side #AE7BCD
Tints of East Side #AE7BCD
RGB
CMYK
RGB Variations
Color information
#AE7BCD (or 0xAE7BCD) is known color: East Side. HEX triplet: AE, 7B and CD. RGB value is (174,123,205). Sum of RGB (Red+Green+Blue) = 174+123+205=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 123 (48.44% from 255 or 24.50% 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 #AE7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BCD is #518432. Grayscale: #939393. Windows color (decimal): -5342259 or 13466542. OLE color: 13466542.
HSL color Cylindrical-coordinate representation of color #AE7BCD: hue angle of 277.32º 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 #AE7BCD is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 123 | 205 | - |
| CMYK | 0.15 | 0.4 | 0 | 0.20 |
| HSL | 277.32º | 0.45% | 0.64% | - |
| HSV(B) | 277.32º | 0.4% | 0.8% | - |
| XYZ | 35.56 | 27.57 | 61.21 | - |
| YUV | 147.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 205 | 0.15 | 0.4 | 0 | 0.20 | 277.32 | 0.45 | 0.64 |
| Hex | AE | 7B | CD | F | 28 | 0 | 14 | 115 | 2D | 40 |
| Octal | 256 | 173 | 315 | 17 | 50 | 0 | 24 | 425 | 55 | 100 |
| Binary | 10101110 | 1111011 | 11001101 | 1111 | 101000 | 0 | 10100 | 100010101 | 101101 | 1000000 |
Color Harmonies of #AE7BCD
Complementary color
Monochromatic Colors of #AE7BCD
Black with #AE7BCD
Text Example
Text Example
White with #AE7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BCD; }
p { color: rgb(174,123,205); }
H1.HeaderClassName
{
color: #AE7BCD;
}
.AnyTagClassName
{
color: #AE7BCD;
}
</style>
background-color css
<style>
a { background-color: #AE7BCD; }
a { background-color: rgb(174,123,205); }
div.DivClassName
{
background-color: #AE7BCD;
}
.BgClassName
{
background-color: #AE7BCD;
}
</style>
border-color css
<style>
span { border-color: #AE7BCD; }
span { border-color: rgb(174,123,205); }
td.TdClassName
{
border-color: #AE7BCD;
}
.TagClassName
{
border-color: #AE7BCD;
}
</style>