#AE79CC

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

Shades of East Side #AE79CC

Tints of East Side #AE79CC

Color information

#AE79CC (or 0xAE79CC) is unknown color: approx East Side. HEX triplet: AE, 79 and CC. RGB value is (174,121,204). Sum of RGB (Red+Green+Blue) = 174+121+204=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE79CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79CC is #518633. Grayscale: #929292. Windows color (decimal): -5342772 or 13400494. OLE color: 13400494.

HSL color Cylindrical-coordinate representation of color #AE79CC: hue angle of 278.31º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE79CC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174121204-
CMYK0.150.4100.2
HSL278.31º44.86%63.73%-
HSV(B)278.31º40.69%80%-
XYZ35.1927.0360.49-
YUV146.31160.56147.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=34.87%
G=24.25%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741212040.150.4100.2278.3144.8663.73
HexAE79CCF290141162d40
Octal256171314175102442655100
Binary1010111011110011100110011111010010101001000101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79CC; }

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

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

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

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

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

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

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

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