#AE74BC

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

Shades of East Side #AE74BC

Tints of East Side #AE74BC

Color information

#AE74BC (or 0xAE74BC) is unknown color: approx East Side. HEX triplet: AE, 74 and BC. RGB value is (174,116,188). Sum of RGB (Red+Green+Blue) = 174+116+188=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE74BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74BC is #518B43. Grayscale: #8D8D8D. Windows color (decimal): -5344068 or 12350638. OLE color: 12350638.

HSL color Cylindrical-coordinate representation of color #AE74BC: hue angle of 288.33º 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 #AE74BC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174116188-
CMYK0.070.3800.26
HSL288.33º34.95%59.61%-
HSV(B)288.33º38.3%73.73%-
XYZ32.7825.1250.7-
YUV141.55154.22151.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=36.40%
G=24.27%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741161880.070.3800.26288.3334.9559.61
HexAE74BC72601A120233c
Octal2561642747460324404374
Binary10101110111010010111100111100110011010100100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74BC; }

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

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

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

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

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

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

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

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