#AE7BDC

Color #AE7BDC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AE7BDC

Tints of Medium Purple #AE7BDC

Color information

#AE7BDC (or 0xAE7BDC) is unknown color: approx Medium Purple. HEX triplet: AE, 7B and DC. RGB value is (174,123,220). Sum of RGB (Red+Green+Blue) = 174+123+220=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDC is #518423. Grayscale: #949494. Windows color (decimal): -5342244 or 14449582. OLE color: 14449582.

HSL color Cylindrical-coordinate representation of color #AE7BDC: hue angle of 271.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7BDC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174123220-
CMYK0.210.4400.14
HSL271.55º58.08%67.25%-
HSV(B)271.55º44.09%86.27%-
XYZ37.4628.3371.2-
YUV149.31167.9145.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=33.66%
G=23.79%
B=42.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741232200.210.4400.14271.5558.0867.25
HexAE7BDC152C0E1103a43
Octal256173334255401642072103
Binary1010111011110111101110010101101100011101000100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BDC; }

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

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

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

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

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

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

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

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