#AE78CF

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

Shades of East Side #AE78CF

Tints of East Side #AE78CF

Color information

#AE78CF (or 0xAE78CF) is unknown color: approx East Side. HEX triplet: AE, 78 and CF. RGB value is (174,120,207). Sum of RGB (Red+Green+Blue) = 174+120+207=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78CF is #518730. Grayscale: #919191. Windows color (decimal): -5343025 or 13596846. OLE color: 13596846.

HSL color Cylindrical-coordinate representation of color #AE78CF: hue angle of 277.24º degrees, saturation: 0.48, 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 #AE78CF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174120207-
CMYK0.160.4200.19
HSL277.24º47.54%64.12%-
HSV(B)277.24º42.03%81.18%-
XYZ35.4326.9462.36-
YUV146.06162.39147.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=34.73%
G=23.95%
B=41.32%

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
Decimal1741202070.160.4200.19277.2447.5464.12
HexAE78CF102A0131153040
Octal256170317205202342560100
Binary10101110111100011001111100001010100100111000101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78CF; }

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

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

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

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

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

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

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

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