#AE83BA

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

Shades of East Side #AE83BA

Tints of East Side #AE83BA

Color information

#AE83BA (or 0xAE83BA) is unknown color: approx East Side. HEX triplet: AE, 83 and BA. RGB value is (174,131,186). Sum of RGB (Red+Green+Blue) = 174+131+186=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83BA is #517C45. Grayscale: #959595. Windows color (decimal): -5340230 or 12223406. OLE color: 12223406.

HSL color Cylindrical-coordinate representation of color #AE83BA: hue angle of 286.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE83BA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174131186-
CMYK0.060.3000.27
HSL286.91º28.5%62.16%-
HSV(B)286.91º29.57%72.94%-
XYZ34.4328.7850.19-
YUV150.13148.25145.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=35.44%
G=26.68%
B=37.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741311860.060.3000.27286.9128.562.16
HexAE83BA61E01B11f1c3e
Octal2562032726360334373476
Binary1010111010000011101110101101111001101110001111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83BA; }

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

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

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

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

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

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

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

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