#AE82D1

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

Shades of East Side #AE82D1

Tints of East Side #AE82D1

Color information

#AE82D1 (or 0xAE82D1) is unknown color: approx East Side. HEX triplet: AE, 82 and D1. RGB value is (174,130,209). Sum of RGB (Red+Green+Blue) = 174+130+209=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82D1 is #517D2E. Grayscale: #979797. Windows color (decimal): -5340463 or 13730478. OLE color: 13730478.

HSL color Cylindrical-coordinate representation of color #AE82D1: hue angle of 273.42º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE82D1 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174130209-
CMYK0.170.3800.18
HSL273.42º46.2%66.47%-
HSV(B)273.42º37.8%81.96%-
XYZ36.9529.5764.08-
YUV152.16160.08143.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=33.92%
G=25.34%
B=40.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741302090.170.3800.18273.4246.266.47
HexAE82D111260121112e42
Octal256202321214602242156102
Binary101011101000001011010001100011001100100101000100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82D1; }

 p { color: rgb(174,130,209); }

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

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

 a { background-color: rgb(174,130,209); }

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

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

 span { border-color: rgb(174,130,209); }

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