#AE83C0

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

Shades of East Side #AE83C0

Tints of East Side #AE83C0

Color information

#AE83C0 (or 0xAE83C0) is unknown color: approx East Side. HEX triplet: AE, 83 and C0. RGB value is (174,131,192). Sum of RGB (Red+Green+Blue) = 174+131+192=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE83C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83C0 is #517C3F. Grayscale: #969696. Windows color (decimal): -5340224 or 12616622. OLE color: 12616622.

HSL color Cylindrical-coordinate representation of color #AE83C0: hue angle of 282.3º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE83C0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174131192-
CMYK0.090.3200.25
HSL282.3º32.62%63.33%-
HSV(B)282.3º31.77%75.29%-
XYZ35.0929.0453.62-
YUV150.81151.25144.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=35.01%
G=26.36%
B=38.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741311920.090.3200.25282.332.6263.33
HexAE83C092001911a213f
Octal25620330011400314324177
Binary1010111010000011110000001001100000011001100011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83C0; }

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

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

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

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

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

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

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

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