#AE75C0

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

Shades of East Side #AE75C0

Tints of East Side #AE75C0

Color information

#AE75C0 (or 0xAE75C0) is unknown color: approx East Side. HEX triplet: AE, 75 and C0. RGB value is (174,117,192). Sum of RGB (Red+Green+Blue) = 174+117+192=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE75C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75C0 is #518A3F. Grayscale: #8E8E8E. Windows color (decimal): -5343808 or 12613038. OLE color: 12613038.

HSL color Cylindrical-coordinate representation of color #AE75C0: hue angle of 285.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE75C0 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174117192-
CMYK0.090.3900.25
HSL285.6º37.31%60.59%-
HSV(B)285.6º39.06%75.29%-
XYZ33.3325.5353.04-
YUV142.59155.88150.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=36.02%
G=24.22%
B=39.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741171920.090.3900.25285.637.3160.59
HexAE75C092701911e253d
Octal25616530011470314364575
Binary101011101110101110000001001100111011001100011110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75C0; }

 p { color: rgb(174,117,192); }

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

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

 a { background-color: rgb(174,117,192); }

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

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

 span { border-color: rgb(174,117,192); }

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