#AE85CB

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

Shades of East Side #AE85CB

Tints of East Side #AE85CB

Color information

#AE85CB (or 0xAE85CB) is unknown color: approx East Side. HEX triplet: AE, 85 and CB. RGB value is (174,133,203). Sum of RGB (Red+Green+Blue) = 174+133+203=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85CB is #517A34. Grayscale: #999999. Windows color (decimal): -5339701 or 13338030. OLE color: 13338030.

HSL color Cylindrical-coordinate representation of color #AE85CB: hue angle of 275.14º 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 #AE85CB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174133203-
CMYK0.140.3400.20
HSL275.14º40.23%65.88%-
HSV(B)275.14º34.48%79.61%-
XYZ36.6230.0960.38-
YUV153.24156.08142.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=34.12%
G=26.08%
B=39.80%

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
Decimal1741332030.140.3400.20275.1440.2365.88
HexAE85CBE220141132842
Octal256205313164202442350102
Binary10101110100001011100101111101000100101001000100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85CB; }

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

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

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

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

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

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

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

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