#AE5DCF

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

Shades of Medium Orchid #AE5DCF

Tints of Medium Orchid #AE5DCF

Color information

#AE5DCF (or 0xAE5DCF) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and CF. RGB value is (174,93,207). Sum of RGB (Red+Green+Blue) = 174+93+207=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DCF is #51A230. Grayscale: #818181. Windows color (decimal): -5349937 or 13589934. OLE color: 13589934.

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

Color convert

RGB17493207-
CMYK0.160.5500.19
HSL282.63º54.29%58.82%-
HSV(B)282.63º55.07%81.18%-
XYZ32.6321.3361.43-
YUV130.22171.34159.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=36.71%
G=19.62%
B=43.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174932070.160.5500.19282.6354.2958.82
HexAE5DCF103701311b363b
Octal25613531720670234336673
Binary1010111010111011100111110000110111010011100011011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DCF; }

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

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

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

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

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

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

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

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