Shades of East Side #AE7BD5
Tints of East Side #AE7BD5
RGB
CMYK
RGB Variations
Color information
#AE7BD5 (or 0xAE7BD5) is known color: East Side. HEX triplet: AE, 7B and D5. RGB value is (174,123,213). Sum of RGB (Red+Green+Blue) = 174+123+213=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BD5 is #51842A. Grayscale: #949494. Windows color (decimal): -5342251 or 13990830. OLE color: 13990830.
HSL color Cylindrical-coordinate representation of color #AE7BD5: hue angle of 274º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE7BD5 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 123 | 213 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.16 |
| HSL | 274º | 0.52% | 0.66% | - |
| HSV(B) | 274º | 0.42% | 0.84% | - |
| XYZ | 36.55 | 27.97 | 66.42 | - |
| YUV | 148.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 213 | 0.18 | 0.42 | 0 | 0.16 | 274 | 0.52 | 0.66 |
| Hex | AE | 7B | D5 | 12 | 2A | 0 | 10 | 112 | 34 | 42 |
| Octal | 256 | 173 | 325 | 22 | 52 | 0 | 20 | 422 | 64 | 102 |
| Binary | 10101110 | 1111011 | 11010101 | 10010 | 101010 | 0 | 10000 | 100010010 | 110100 | 1000010 |
Color Harmonies of #AE7BD5
Complementary color
Monochromatic Colors of #AE7BD5
Black with #AE7BD5
Text Example
Text Example
White with #AE7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BD5; }
p { color: rgb(174,123,213); }
H1.HeaderClassName
{
color: #AE7BD5;
}
.AnyTagClassName
{
color: #AE7BD5;
}
</style>
background-color css
<style>
a { background-color: #AE7BD5; }
a { background-color: rgb(174,123,213); }
div.DivClassName
{
background-color: #AE7BD5;
}
.BgClassName
{
background-color: #AE7BD5;
}
</style>
border-color css
<style>
span { border-color: #AE7BD5; }
span { border-color: rgb(174,123,213); }
td.TdClassName
{
border-color: #AE7BD5;
}
.TagClassName
{
border-color: #AE7BD5;
}
</style>