Shades of East Side #AE7CCD
Tints of East Side #AE7CCD
RGB
CMYK
RGB Variations
Color information
#AE7CCD (or 0xAE7CCD) is known color: East Side. HEX triplet: AE, 7C and CD. RGB value is (174,124,205). Sum of RGB (Red+Green+Blue) = 174+124+205=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CCD is #518332. Grayscale: #939393. Windows color (decimal): -5342003 or 13466798. OLE color: 13466798.
HSL color Cylindrical-coordinate representation of color #AE7CCD: hue angle of 277.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7CCD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 124 | 205 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.20 |
| HSL | 277.04º | 0.45% | 0.65% | - |
| HSV(B) | 277.04º | 0.4% | 0.8% | - |
| XYZ | 35.68 | 27.82 | 61.25 | - |
| YUV | 148.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 205 | 0.15 | 0.40 | 0 | 0.20 | 277.04 | 0.45 | 0.65 |
| Hex | AE | 7C | CD | F | 28 | 0 | 14 | 115 | 2D | 41 |
| Octal | 256 | 174 | 315 | 17 | 50 | 0 | 24 | 425 | 55 | 101 |
| Binary | 10101110 | 1111100 | 11001101 | 1111 | 101000 | 0 | 10100 | 100010101 | 101101 | 1000001 |
Color Harmonies of #AE7CCD
Complementary color
Monochromatic Colors of #AE7CCD
Black with #AE7CCD
Text Example
Text Example
White with #AE7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CCD; }
p { color: rgb(174,124,205); }
H1.HeaderClassName
{
color: #AE7CCD;
}
.AnyTagClassName
{
color: #AE7CCD;
}
</style>
background-color css
<style>
a { background-color: #AE7CCD; }
a { background-color: rgb(174,124,205); }
div.DivClassName
{
background-color: #AE7CCD;
}
.BgClassName
{
background-color: #AE7CCD;
}
</style>
border-color css
<style>
span { border-color: #AE7CCD; }
span { border-color: rgb(174,124,205); }
td.TdClassName
{
border-color: #AE7CCD;
}
.TagClassName
{
border-color: #AE7CCD;
}
</style>