#AE79D0

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

Shades of East Side #AE79D0

Tints of East Side #AE79D0

Color information

#AE79D0 (or 0xAE79D0) is unknown color: approx East Side. HEX triplet: AE, 79 and D0. RGB value is (174,121,208). Sum of RGB (Red+Green+Blue) = 174+121+208=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79D0 is #51862F. Grayscale: #929292. Windows color (decimal): -5342768 or 13662638. OLE color: 13662638.

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

Color convert

RGB174121208-
CMYK0.160.4200.18
HSL276.55º48.07%64.51%-
HSV(B)276.55º41.83%81.57%-
XYZ35.6827.2363.05-
YUV146.76162.56147.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 121 (47.66% from 255) = 24.06%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=34.59%
G=24.06%
B=41.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741212080.160.4200.18276.5548.0764.51
HexAE79D0102A0121153041
Octal256171320205202242560101
Binary10101110111100111010000100001010100100101000101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79D0; }

 p { color: rgb(174,121,208); }

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

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

 a { background-color: rgb(174,121,208); }

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

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

 span { border-color: rgb(174,121,208); }

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