#AE4CDA

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

Shades of Medium Orchid #AE4CDA

Tints of Medium Orchid #AE4CDA

Color information

#AE4CDA (or 0xAE4CDA) is unknown color: approx Medium Orchid. HEX triplet: AE, 4C and DA. RGB value is (174,76,218). Sum of RGB (Red+Green+Blue) = 174+76+218=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CDA is #51B325. Grayscale: #797979. Windows color (decimal): -5354278 or 14306478. OLE color: 14306478.

HSL color Cylindrical-coordinate representation of color #AE4CDA: hue angle of 281.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4CDA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17476218-
CMYK0.200.6500.15
HSL281.41º65.74%57.65%-
HSV(B)281.41º65.14%85.49%-
XYZ32.6919.2368.32-
YUV121.49182.47165.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 76 (30.08% from 255) = 16.24%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=37.18%
G=16.24%
B=46.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174762180.200.6500.15281.4165.7457.65
HexAE4CDA14410F119423a
Octal2561143322410101743110272
Binary10101110100110011011010101001000001011111000110011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CDA; }

 p { color: rgb(174,76,218); }

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

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

 a { background-color: rgb(174,76,218); }

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

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

 span { border-color: rgb(174,76,218); }

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