#AE7FC3

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

Shades of East Side #AE7FC3

Tints of East Side #AE7FC3

Color information

#AE7FC3 (or 0xAE7FC3) is unknown color: approx East Side. HEX triplet: AE, 7F and C3. RGB value is (174,127,195). Sum of RGB (Red+Green+Blue) = 174+127+195=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE7FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FC3 is #51803C. Grayscale: #949494. Windows color (decimal): -5341245 or 12812206. OLE color: 12812206.

HSL color Cylindrical-coordinate representation of color #AE7FC3: hue angle of 281.47º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE7FC3 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174127195-
CMYK0.110.3500.24
HSL281.47º36.17%63.14%-
HSV(B)281.47º34.87%76.47%-
XYZ34.928.1255.22-
YUV148.8154.07145.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 195 (76.56% from 255) = 39.31%
R=35.08%
G=25.60%
B=39.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741271950.110.3500.24281.4736.1763.14
HexAE7FC3B23018119243f
Octal25617730313430304314477
Binary101011101111111110000111011100011011000100011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FC3; }

 p { color: rgb(174,127,195); }

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

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

 a { background-color: rgb(174,127,195); }

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

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

 span { border-color: rgb(174,127,195); }

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