#AE7DD5

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

Shades of East Side #AE7DD5

Tints of East Side #AE7DD5

Color information

#AE7DD5 (or 0xAE7DD5) is unknown color: approx East Side. HEX triplet: AE, 7D and D5. RGB value is (174,125,213). Sum of RGB (Red+Green+Blue) = 174+125+213=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE7DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DD5 is #51822A. Grayscale: #959595. Windows color (decimal): -5341739 or 13991342. OLE color: 13991342.

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

Color convert

RGB174125213-
CMYK0.180.4100.16
HSL273.41º51.16%66.27%-
HSV(B)273.41º41.31%83.53%-
XYZ36.828.4766.51-
YUV149.68163.73145.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=33.98%
G=24.41%
B=41.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741252130.180.4100.16273.4151.1666.27
HexAE7DD512290101113342
Octal256175325225102042163102
Binary10101110111110111010101100101010010100001000100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DD5; }

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

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

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

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

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

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

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

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