#AE41D1

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

Shades of Medium Orchid #AE41D1

Tints of Medium Orchid #AE41D1

Color information

#AE41D1 (or 0xAE41D1) is unknown color: approx Medium Orchid. HEX triplet: AE, 41 and D1. RGB value is (174,65,209). Sum of RGB (Red+Green+Blue) = 174+65+209=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE41D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41D1 is #51BE2E. Grayscale: #717171. Windows color (decimal): -5357103 or 13713838. OLE color: 13713838.

HSL color Cylindrical-coordinate representation of color #AE41D1: hue angle of 285.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE41D1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17465209-
CMYK0.170.6900.18
HSL285.42º61.02%53.73%-
HSV(B)285.42º68.9%81.96%-
XYZ30.8517.3862.05-
YUV114.01181.61170.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=38.84%
G=14.51%
B=46.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174652090.170.6900.18285.4261.0253.73
HexAE41D1114501211d3d36
Octal256101321211050224357566
Binary10101110100000111010001100011000101010010100011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41D1; }

 p { color: rgb(174,65,209); }

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

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

 a { background-color: rgb(174,65,209); }

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

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

 span { border-color: rgb(174,65,209); }

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