#AE8DC1

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

Shades of East Side #AE8DC1

Tints of East Side #AE8DC1

Color information

#AE8DC1 (or 0xAE8DC1) is unknown color: approx East Side. HEX triplet: AE, 8D and C1. RGB value is (174,141,193). Sum of RGB (Red+Green+Blue) = 174+141+193=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE8DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DC1 is #51723E. Grayscale: #9C9C9C. Windows color (decimal): -5337663 or 12684718. OLE color: 12684718.

HSL color Cylindrical-coordinate representation of color #AE8DC1: hue angle of 278.08º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE8DC1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174141193-
CMYK0.100.2700.24
HSL278.08º29.55%65.49%-
HSV(B)278.08º26.94%75.69%-
XYZ36.6131.954.68-
YUV156.8148.43140.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=34.25%
G=27.76%
B=37.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741411930.100.2700.24278.0829.5565.49
HexAE8DC1A1B0181161e41
Octal256215301123303042636101
Binary101011101000110111000001101011011011000100010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DC1; }

 p { color: rgb(174,141,193); }

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

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

 a { background-color: rgb(174,141,193); }

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

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

 span { border-color: rgb(174,141,193); }

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