#AE8DCB

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

Shades of East Side #AE8DCB

Tints of East Side #AE8DCB

Color information

#AE8DCB (or 0xAE8DCB) is unknown color: approx East Side. HEX triplet: AE, 8D and CB. RGB value is (174,141,203). Sum of RGB (Red+Green+Blue) = 174+141+203=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DCB is #517234. Grayscale: #9D9D9D. Windows color (decimal): -5337653 or 13340078. OLE color: 13340078.

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

Color convert

RGB174141203-
CMYK0.140.3100.20
HSL271.94º37.35%67.45%-
HSV(B)271.94º30.54%79.61%-
XYZ37.7632.3660.76-
YUV157.94153.43139.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=33.59%
G=27.22%
B=39.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741412030.140.3100.20271.9437.3567.45
HexAE8DCBE1F0141102543
Octal256215313163702442045103
Binary1010111010001101110010111110111110101001000100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DCB; }

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

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

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

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

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

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

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

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