#AE75C1

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

Shades of East Side #AE75C1

Tints of East Side #AE75C1

Color information

#AE75C1 (or 0xAE75C1) is unknown color: approx East Side. HEX triplet: AE, 75 and C1. RGB value is (174,117,193). Sum of RGB (Red+Green+Blue) = 174+117+193=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75C1 is #518A3E. Grayscale: #8E8E8E. Windows color (decimal): -5343807 or 12678574. OLE color: 12678574.

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

Color convert

RGB174117193-
CMYK0.100.3900.24
HSL285º38%60.78%-
HSV(B)285º39.38%75.69%-
XYZ33.4425.5753.63-
YUV142.71156.38150.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=35.95%
G=24.17%
B=39.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741171930.100.3900.242853860.78
HexAE75C1A2701811d263d
Octal25616530112470304354675
Binary101011101110101110000011010100111011000100011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75C1; }

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

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

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

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

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

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

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

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