#AE6EBE

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

Shades of East Side #AE6EBE

Tints of East Side #AE6EBE

Color information

#AE6EBE (or 0xAE6EBE) is unknown color: approx East Side. HEX triplet: AE, 6E and BE. RGB value is (174,110,190). Sum of RGB (Red+Green+Blue) = 174+110+190=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EBE is #519141. Grayscale: #8A8A8A. Windows color (decimal): -5345602 or 12480174. OLE color: 12480174.

HSL color Cylindrical-coordinate representation of color #AE6EBE: hue angle of 288º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6EBE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174110190-
CMYK0.080.4200.25
HSL288º38.1%58.82%-
HSV(B)288º42.11%74.51%-
XYZ32.3323.8751.62-
YUV138.26157.2153.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=36.71%
G=23.21%
B=40.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741101900.080.4200.2528838.158.82
HexAE6EBE82A019120263b
Octal25615627610520314404673
Binary101011101101110101111101000101010011001100100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EBE; }

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

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

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

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

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

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

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

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