#AE41D3

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

Shades of Medium Orchid #AE41D3

Tints of Medium Orchid #AE41D3

Color information

#AE41D3 (or 0xAE41D3) is unknown color: approx Medium Orchid. HEX triplet: AE, 41 and D3. RGB value is (174,65,211). Sum of RGB (Red+Green+Blue) = 174+65+211=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE41D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41D3 is #51BE2C. Grayscale: #717171. Windows color (decimal): -5357101 or 13844910. OLE color: 13844910.

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

Color convert

RGB17465211-
CMYK0.180.6900.17
HSL284.79º62.39%54.12%-
HSV(B)284.79º69.19%82.75%-
XYZ31.117.4863.36-
YUV114.24182.61170.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=38.67%
G=14.44%
B=46.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174652110.180.6900.17284.7962.3954.12
HexAE41D3124501111d3e36
Octal256101323221050214357666
Binary10101110100000111010011100101000101010001100011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41D3; }

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

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

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

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

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

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

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

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