#AE7BD1

Color #AE7BD1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AE7BD1

Tints of East Side #AE7BD1

Color information

#AE7BD1 (or 0xAE7BD1) is unknown color: approx East Side. HEX triplet: AE, 7B and D1. RGB value is (174,123,209). Sum of RGB (Red+Green+Blue) = 174+123+209=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE7BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BD1 is #51842E. Grayscale: #939393. Windows color (decimal): -5342255 or 13728686. OLE color: 13728686.

HSL color Cylindrical-coordinate representation of color #AE7BD1: hue angle of 275.58º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE7BD1 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174123209-
CMYK0.170.4100.18
HSL275.58º48.31%65.1%-
HSV(B)275.58º41.15%81.96%-
XYZ36.0527.7763.78-
YUV148.05162.4146.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=34.39%
G=24.31%
B=41.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741232090.170.4100.18275.5848.3165.1
HexAE7BD111290121143041
Octal256173321215102242460101
Binary10101110111101111010001100011010010100101000101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BD1; }

 p { color: rgb(174,123,209); }

 H1.HeaderClassName
 {
   color: #AE7BD1;
 }
 .AnyTagClassName
 {
   color: #AE7BD1;
 }
</style>
background-color css

<style>
 a { background-color: #AE7BD1; }

 a { background-color: rgb(174,123,209); }

 div.DivClassName
 {
   background-color: #AE7BD1;
 }
 .BgClassName
 {
   background-color: #AE7BD1;
 }
</style>
border-color css

<style>
 span { border-color: #AE7BD1; }

 span { border-color: rgb(174,123,209); }

 td.TdClassName
 {
   border-color: #AE7BD1;
 }
 .TagClassName
 {
   border-color: #AE7BD1;
 }
</style>