#AE7BCE

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

Shades of East Side #AE7BCE

Tints of East Side #AE7BCE

Color information

#AE7BCE (or 0xAE7BCE) is unknown color: approx East Side. HEX triplet: AE, 7B and CE. RGB value is (174,123,206). Sum of RGB (Red+Green+Blue) = 174+123+206=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE7BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BCE is #518431. Grayscale: #939393. Windows color (decimal): -5342258 or 13532078. OLE color: 13532078.

HSL color Cylindrical-coordinate representation of color #AE7BCE: hue angle of 276.87º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7BCE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174123206-
CMYK0.160.4000.19
HSL276.87º45.86%64.51%-
HSV(B)276.87º40.29%80.78%-
XYZ35.6827.6261.84-
YUV147.71160.9146.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=34.59%
G=24.45%
B=40.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741232060.160.4000.19276.8745.8664.51
HexAE7BCE10280131152e41
Octal256173316205002342556101
Binary10101110111101111001110100001010000100111000101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BCE; }

 p { color: rgb(174,123,206); }

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

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

 a { background-color: rgb(174,123,206); }

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

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

 span { border-color: rgb(174,123,206); }

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