#AE74BE

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

Shades of East Side #AE74BE

Tints of East Side #AE74BE

Color information

#AE74BE (or 0xAE74BE) is unknown color: approx East Side. HEX triplet: AE, 74 and BE. RGB value is (174,116,190). Sum of RGB (Red+Green+Blue) = 174+116+190=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74BE is #518B41. Grayscale: #8D8D8D. Windows color (decimal): -5344066 or 12481710. OLE color: 12481710.

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

Color convert

RGB174116190-
CMYK0.080.3900.25
HSL287.03º36.27%60%-
HSV(B)287.03º38.95%74.51%-
XYZ3325.2151.84-
YUV141.78155.22150.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=36.25%
G=24.17%
B=39.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741161900.080.3900.25287.0336.2760
HexAE74BE82701911f243c
Octal25616427610470314374474
Binary101011101110100101111101000100111011001100011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74BE; }

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

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

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

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

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

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

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

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