#AE7DD4

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

Shades of East Side #AE7DD4

Tints of East Side #AE7DD4

Color information

#AE7DD4 (or 0xAE7DD4) is unknown color: approx East Side. HEX triplet: AE, 7D and D4. RGB value is (174,125,212). Sum of RGB (Red+Green+Blue) = 174+125+212=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE7DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DD4 is #51822B. Grayscale: #959595. Windows color (decimal): -5341740 or 13925806. OLE color: 13925806.

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

Color convert

RGB174125212-
CMYK0.180.4100.17
HSL273.79º50.29%66.08%-
HSV(B)273.79º41.04%83.14%-
XYZ36.6728.4265.84-
YUV149.57163.23145.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=34.05%
G=24.46%
B=41.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741252120.180.4100.17273.7950.2966.08
HexAE7DD412290111123242
Octal256175324225102142262102
Binary10101110111110111010100100101010010100011000100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DD4; }

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

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

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

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

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

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

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

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