#AE7DCD

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

Shades of East Side #AE7DCD

Tints of East Side #AE7DCD

Color information

#AE7DCD (or 0xAE7DCD) is unknown color: approx East Side. HEX triplet: AE, 7D and CD. RGB value is (174,125,205). Sum of RGB (Red+Green+Blue) = 174+125+205=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DCD is #518232. Grayscale: #949494. Windows color (decimal): -5341747 or 13467054. OLE color: 13467054.

HSL color Cylindrical-coordinate representation of color #AE7DCD: hue angle of 276.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE7DCD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174125205-
CMYK0.150.3900.20
HSL276.75º44.44%64.71%-
HSV(B)276.75º39.02%80.39%-
XYZ35.8128.0761.29-
YUV148.77159.73146-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=34.52%
G=24.80%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741252050.150.3900.20276.7544.4464.71
HexAE7DCDF270141152c41
Octal256175315174702442554101
Binary1010111011111011100110111111001110101001000101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DCD; }

 p { color: rgb(174,125,205); }

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

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

 a { background-color: rgb(174,125,205); }

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

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

 span { border-color: rgb(174,125,205); }

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