#AE4BDF

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

Shades of Medium Orchid #AE4BDF

Tints of Medium Orchid #AE4BDF

Color information

#AE4BDF (or 0xAE4BDF) is unknown color: approx Medium Orchid. HEX triplet: AE, 4B and DF. RGB value is (174,75,223). Sum of RGB (Red+Green+Blue) = 174+75+223=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BDF is #51B420. Grayscale: #787878. Windows color (decimal): -5354529 or 14633902. OLE color: 14633902.

HSL color Cylindrical-coordinate representation of color #AE4BDF: hue angle of 280.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4BDF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17475223-
CMYK0.220.6600.13
HSL280.14º69.81%58.43%-
HSV(B)280.14º66.37%87.45%-
XYZ33.2919.3671.79-
YUV121.47185.3165.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 75 (29.69% from 255) = 15.89%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=36.86%
G=15.89%
B=47.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174752230.220.6600.13280.1469.8158.43
HexAE4BDF16420D118463a
Octal2561133372610201543010672
Binary10101110100101111011111101101000010011011000110001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4BDF; }

 p { color: rgb(174,75,223); }

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

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

 a { background-color: rgb(174,75,223); }

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

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

 span { border-color: rgb(174,75,223); }

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