#AE79C7

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

Shades of East Side #AE79C7

Tints of East Side #AE79C7

Color information

#AE79C7 (or 0xAE79C7) is unknown color: approx East Side. HEX triplet: AE, 79 and C7. RGB value is (174,121,199). Sum of RGB (Red+Green+Blue) = 174+121+199=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE79C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79C7 is #518638. Grayscale: #919191. Windows color (decimal): -5342777 or 13072814. OLE color: 13072814.

HSL color Cylindrical-coordinate representation of color #AE79C7: hue angle of 280.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE79C7 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174121199-
CMYK0.130.3900.22
HSL280.77º41.05%62.75%-
HSV(B)280.77º39.2%78.04%-
XYZ34.626.857.38-
YUV145.74158.06148.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=35.22%
G=24.49%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741211990.130.3900.22280.7741.0562.75
HexAE79C7D27016119293f
Octal25617130715470264315177
Binary101011101111001110001111101100111010110100011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79C7; }

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

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

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

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

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

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

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

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