#AE75BD

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

Shades of East Side #AE75BD

Tints of East Side #AE75BD

Color information

#AE75BD (or 0xAE75BD) is unknown color: approx East Side. HEX triplet: AE, 75 and BD. RGB value is (174,117,189). Sum of RGB (Red+Green+Blue) = 174+117+189=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE75BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75BD is #518A42. Grayscale: #8E8E8E. Windows color (decimal): -5343811 or 12416430. OLE color: 12416430.

HSL color Cylindrical-coordinate representation of color #AE75BD: hue angle of 287.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE75BD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174117189-
CMYK0.080.3800.26
HSL287.5º35.29%60%-
HSV(B)287.5º38.1%74.12%-
XYZ3325.451.31-
YUV142.25154.38150.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=36.25%
G=24.38%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741171890.080.3800.26287.535.2960
HexAE75BD82601A120233c
Octal25616527510460324404374
Binary101011101110101101111011000100110011010100100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75BD; }

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

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

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

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

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

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

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

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