#AE7BCF

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

Shades of East Side #AE7BCF

Tints of East Side #AE7BCF

Color information

#AE7BCF (or 0xAE7BCF) is unknown color: approx East Side. HEX triplet: AE, 7B and CF. RGB value is (174,123,207). Sum of RGB (Red+Green+Blue) = 174+123+207=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE7BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BCF is #518430. Grayscale: #939393. Windows color (decimal): -5342257 or 13597614. OLE color: 13597614.

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

Color convert

RGB174123207-
CMYK0.160.4100.19
HSL276.43º46.67%64.71%-
HSV(B)276.43º40.58%81.18%-
XYZ35.827.6762.49-
YUV147.82161.4146.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=34.52%
G=24.40%
B=41.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741232070.160.4100.19276.4346.6764.71
HexAE7BCF10290131142f41
Octal256173317205102342457101
Binary10101110111101111001111100001010010100111000101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BCF; }

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

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

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

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

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

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

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

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