#AE78C1

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

Shades of East Side #AE78C1

Tints of East Side #AE78C1

Color information

#AE78C1 (or 0xAE78C1) is unknown color: approx East Side. HEX triplet: AE, 78 and C1. RGB value is (174,120,193). Sum of RGB (Red+Green+Blue) = 174+120+193=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE78C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78C1 is #51873E. Grayscale: #909090. Windows color (decimal): -5343039 or 12679342. OLE color: 12679342.

HSL color Cylindrical-coordinate representation of color #AE78C1: hue angle of 284.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE78C1 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174120193-
CMYK0.100.3800.24
HSL284.38º37.06%61.37%-
HSV(B)284.38º37.82%75.69%-
XYZ33.826.2853.74-
YUV144.47155.39149.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=35.73%
G=24.64%
B=39.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741201930.100.3800.24284.3837.0661.37
HexAE78C1A2601811c253d
Octal25617030112460304344575
Binary101011101111000110000011010100110011000100011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78C1; }

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

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

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

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

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

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

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

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