#AE74BD

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

Shades of East Side #AE74BD

Tints of East Side #AE74BD

Color information

#AE74BD (or 0xAE74BD) is unknown color: approx East Side. HEX triplet: AE, 74 and BD. RGB value is (174,116,189). Sum of RGB (Red+Green+Blue) = 174+116+189=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE74BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74BD is #518B42. Grayscale: #8D8D8D. Windows color (decimal): -5344067 or 12416174. OLE color: 12416174.

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

Color convert

RGB174116189-
CMYK0.080.3900.26
HSL287.67º35.61%59.8%-
HSV(B)287.67º38.62%74.12%-
XYZ32.8925.1651.27-
YUV141.66154.72151.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=36.33%
G=24.22%
B=39.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741161890.080.3900.26287.6735.6159.8
HexAE74BD82701A120243c
Octal25616427510470324404474
Binary101011101110100101111011000100111011010100100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74BD; }

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

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

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

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

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

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

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

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