#AE79CF

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

Shades of East Side #AE79CF

Tints of East Side #AE79CF

Color information

#AE79CF (or 0xAE79CF) is unknown color: approx East Side. HEX triplet: AE, 79 and CF. RGB value is (174,121,207). Sum of RGB (Red+Green+Blue) = 174+121+207=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE79CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79CF is #518630. Grayscale: #929292. Windows color (decimal): -5342769 or 13597102. OLE color: 13597102.

HSL color Cylindrical-coordinate representation of color #AE79CF: hue angle of 276.98º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE79CF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174121207-
CMYK0.160.4200.19
HSL276.98º47.25%64.31%-
HSV(B)276.98º41.55%81.18%-
XYZ35.5627.1862.4-
YUV146.65162.06147.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=34.66%
G=24.10%
B=41.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741212070.160.4200.19276.9847.2564.31
HexAE79CF102A0131152f40
Octal256171317205202342557100
Binary10101110111100111001111100001010100100111000101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79CF; }

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

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

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

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

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

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

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

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