#AE7BD2

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

Shades of East Side #AE7BD2

Tints of East Side #AE7BD2

Color information

#AE7BD2 (or 0xAE7BD2) is unknown color: approx East Side. HEX triplet: AE, 7B and D2. RGB value is (174,123,210). Sum of RGB (Red+Green+Blue) = 174+123+210=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE7BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BD2 is #51842D. Grayscale: #939393. Windows color (decimal): -5342254 or 13794222. OLE color: 13794222.

HSL color Cylindrical-coordinate representation of color #AE7BD2: hue angle of 275.17º degrees, saturation: 0.49, 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 #AE7BD2 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174123210-
CMYK0.170.4100.18
HSL275.17º49.15%65.29%-
HSV(B)275.17º41.43%82.35%-
XYZ36.1727.8264.44-
YUV148.17162.9146.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=34.32%
G=24.26%
B=41.42%

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
Decimal1741232100.170.4100.18275.1749.1565.29
HexAE7BD211290121133141
Octal256173322215102242361101
Binary10101110111101111010010100011010010100101000100111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BD2; }

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

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

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

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

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

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

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

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