#AE88CE

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

Shades of East Side #AE88CE

Tints of East Side #AE88CE

Color information

#AE88CE (or 0xAE88CE) is unknown color: approx East Side. HEX triplet: AE, 88 and CE. RGB value is (174,136,206). Sum of RGB (Red+Green+Blue) = 174+136+206=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88CE is #517731. Grayscale: #9B9B9B. Windows color (decimal): -5338930 or 13535406. OLE color: 13535406.

HSL color Cylindrical-coordinate representation of color #AE88CE: hue angle of 272.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE88CE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174136206-
CMYK0.160.3400.19
HSL272.57º41.67%67.06%-
HSV(B)272.57º33.98%80.78%-
XYZ37.431.0662.42-
YUV155.34156.59141.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=33.72%
G=26.36%
B=39.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741362060.160.3400.19272.5741.6767.06
HexAE88CE10220131112a43
Octal256210316204202342152103
Binary101011101000100011001110100001000100100111000100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88CE; }

 p { color: rgb(174,136,206); }

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

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

 a { background-color: rgb(174,136,206); }

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

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

 span { border-color: rgb(174,136,206); }

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