#AE6EBA

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

Shades of East Side #AE6EBA

Tints of East Side #AE6EBA

Color information

#AE6EBA (or 0xAE6EBA) is unknown color: approx East Side. HEX triplet: AE, 6E and BA. RGB value is (174,110,186). Sum of RGB (Red+Green+Blue) = 174+110+186=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EBA is #519145. Grayscale: #898989. Windows color (decimal): -5345606 or 12218030. OLE color: 12218030.

HSL color Cylindrical-coordinate representation of color #AE6EBA: hue angle of 290.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6EBA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174110186-
CMYK0.060.4100.27
HSL290.53º35.51%58.04%-
HSV(B)290.53º40.86%72.94%-
XYZ31.8923.749.35-
YUV137.8155.2153.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=37.02%
G=23.40%
B=39.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741101860.060.4100.27290.5335.5158.04
HexAE6EBA62901B123243a
Octal2561562726510334434472
Binary10101110110111010111010110101001011011100100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EBA; }

 p { color: rgb(174,110,186); }

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

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

 a { background-color: rgb(174,110,186); }

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

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

 span { border-color: rgb(174,110,186); }

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