#AE83CB

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

Shades of East Side #AE83CB

Tints of East Side #AE83CB

Color information

#AE83CB (or 0xAE83CB) is unknown color: approx East Side. HEX triplet: AE, 83 and CB. RGB value is (174,131,203). Sum of RGB (Red+Green+Blue) = 174+131+203=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83CB is #517C34. Grayscale: #979797. Windows color (decimal): -5340213 or 13337518. OLE color: 13337518.

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

Color convert

RGB174131203-
CMYK0.140.3500.20
HSL275.83º40.91%65.49%-
HSV(B)275.83º35.47%79.61%-
XYZ36.3529.5460.29-
YUV152.06156.75143.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=34.25%
G=25.79%
B=39.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741312030.140.3500.20275.8340.9165.49
HexAE83CBE230141142941
Octal256203313164302442451101
Binary10101110100000111100101111101000110101001000101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83CB; }

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

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

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

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

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

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

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

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