#AE8BCA

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

Shades of East Side #AE8BCA

Tints of East Side #AE8BCA

Color information

#AE8BCA (or 0xAE8BCA) is unknown color: approx East Side. HEX triplet: AE, 8B and CA. RGB value is (174,139,202). Sum of RGB (Red+Green+Blue) = 174+139+202=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BCA is #517435. Grayscale: #9C9C9C. Windows color (decimal): -5338166 or 13274030. OLE color: 13274030.

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

Color convert

RGB174139202-
CMYK0.140.3100.21
HSL273.33º37.28%66.86%-
HSV(B)273.33º31.19%79.22%-
XYZ37.3531.7360.03-
YUV156.65153.6140.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=33.79%
G=26.99%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741392020.140.3100.21273.3337.2866.86
HexAE8BCAE1F0151112543
Octal256213312163702542145103
Binary1010111010001011110010101110111110101011000100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BCA; }

 p { color: rgb(174,139,202); }

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

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

 a { background-color: rgb(174,139,202); }

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

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

 span { border-color: rgb(174,139,202); }

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