#AE75C4

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

Shades of East Side #AE75C4

Tints of East Side #AE75C4

Color information

#AE75C4 (or 0xAE75C4) is unknown color: approx East Side. HEX triplet: AE, 75 and C4. RGB value is (174,117,196). Sum of RGB (Red+Green+Blue) = 174+117+196=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE75C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75C4 is #518A3B. Grayscale: #8E8E8E. Windows color (decimal): -5343804 or 12875182. OLE color: 12875182.

HSL color Cylindrical-coordinate representation of color #AE75C4: hue angle of 283.29º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE75C4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174117196-
CMYK0.110.4000.23
HSL283.29º40.1%61.37%-
HSV(B)283.29º40.31%76.86%-
XYZ33.7825.7155.41-
YUV143.05157.88150.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 196 (76.95% from 255) = 40.25%
R=35.73%
G=24.02%
B=40.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741171960.110.4000.23283.2940.161.37
HexAE75C4B2801711b283d
Octal25616530413500274335075
Binary101011101110101110001001011101000010111100011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75C4; }

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

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

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

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

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

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

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

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