#AE78D1

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

Shades of East Side #AE78D1

Tints of East Side #AE78D1

Color information

#AE78D1 (or 0xAE78D1) is unknown color: approx East Side. HEX triplet: AE, 78 and D1. RGB value is (174,120,209). Sum of RGB (Red+Green+Blue) = 174+120+209=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78D1 is #51872E. Grayscale: #919191. Windows color (decimal): -5343023 or 13727918. OLE color: 13727918.

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

Color convert

RGB174120209-
CMYK0.170.4300.18
HSL276.4º49.17%64.51%-
HSV(B)276.4º42.58%81.96%-
XYZ35.6827.0463.66-
YUV146.29163.39147.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 120 (47.27% from 255) = 23.86%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=34.59%
G=23.86%
B=41.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741202090.170.4300.18276.449.1764.51
HexAE78D1112B0121143141
Octal256170321215302242461101
Binary10101110111100011010001100011010110100101000101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78D1; }

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

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

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

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

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

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

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

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