#AE78CB

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

Shades of East Side #AE78CB

Tints of East Side #AE78CB

Color information

#AE78CB (or 0xAE78CB) is unknown color: approx East Side. HEX triplet: AE, 78 and CB. RGB value is (174,120,203). Sum of RGB (Red+Green+Blue) = 174+120+203=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78CB is #518734. Grayscale: #919191. Windows color (decimal): -5343029 or 13334702. OLE color: 13334702.

HSL color Cylindrical-coordinate representation of color #AE78CB: hue angle of 279.04º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE78CB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174120203-
CMYK0.140.4100.20
HSL279.04º44.39%63.33%-
HSV(B)279.04º40.89%79.61%-
XYZ34.9526.7459.82-
YUV145.61160.39148.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 120 (47.27% from 255) = 24.14%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=35.01%
G=24.14%
B=40.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741202030.140.4100.20279.0444.3963.33
HexAE78CBE290141172c3f
Octal25617031316510244275477
Binary101011101111000110010111110101001010100100010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78CB; }

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

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

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

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

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

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

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

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