#ae4ecf

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

Shades of Medium Orchid #AE4ECF

Tints of Medium Orchid #AE4ECF

Color information

#AE4ECF (or 0xAE4ECF) is unknown color: approx Medium Orchid. HEX triplet: AE, 4E and CF. RGB value is (174,78,207). Sum of RGB (Red+Green+Blue) = 174+78+207=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ECF is #51B130. Grayscale: #787878. Windows color (decimal): -5353777 or 13586094. OLE color: 13586094.

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

Color convert

RGB17478207-
CMYK0.160.6200.19
HSL284.65º57.33%55.88%-
HSV(B)284.65º62.32%81.18%-
XYZ31.4418.9561.03-
YUV121.41176.3165.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=37.91%
G=16.99%
B=45.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174782070.160.6200.19284.6557.3355.88
HexAE4ECF103E01311d3938
Octal25611631720760234357170
Binary1010111010011101100111110000111110010011100011101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae4ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae4ecf; }

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

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

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

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

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

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

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

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