#AE74CB

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

Shades of East Side #AE74CB

Tints of East Side #AE74CB

Color information

#AE74CB (or 0xAE74CB) is unknown color: approx East Side. HEX triplet: AE, 74 and CB. RGB value is (174,116,203). Sum of RGB (Red+Green+Blue) = 174+116+203=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74CB is #518B34. Grayscale: #8E8E8E. Windows color (decimal): -5344053 or 13333678. OLE color: 13333678.

HSL color Cylindrical-coordinate representation of color #AE74CB: hue angle of 280º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE74CB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174116203-
CMYK0.140.4300.20
HSL280º45.55%62.55%-
HSV(B)280º42.86%79.61%-
XYZ34.4825.859.66-
YUV143.26161.72149.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=35.29%
G=23.53%
B=41.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741162030.140.4300.2028045.5562.55
HexAE74CBE2B0141182e3f
Octal25616431316530244305677
Binary101011101110100110010111110101011010100100011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74CB; }

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

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

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

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

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

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

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

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