#AE86CB

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

Shades of East Side #AE86CB

Tints of East Side #AE86CB

Color information

#AE86CB (or 0xAE86CB) is unknown color: approx East Side. HEX triplet: AE, 86 and CB. RGB value is (174,134,203). Sum of RGB (Red+Green+Blue) = 174+134+203=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86CB is #517934. Grayscale: #999999. Windows color (decimal): -5339445 or 13338286. OLE color: 13338286.

HSL color Cylindrical-coordinate representation of color #AE86CB: hue angle of 274.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE86CB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174134203-
CMYK0.140.3400.20
HSL274.78º39.88%66.08%-
HSV(B)274.78º33.99%79.61%-
XYZ36.7630.3660.42-
YUV153.83155.75142.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=34.05%
G=26.22%
B=39.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741342030.140.3400.20274.7839.8866.08
HexAE86CBE220141132842
Octal256206313164202442350102
Binary10101110100001101100101111101000100101001000100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86CB; }

 p { color: rgb(174,134,203); }

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

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

 a { background-color: rgb(174,134,203); }

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

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

 span { border-color: rgb(174,134,203); }

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