#AE40DD

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

Shades of Medium Orchid #AE40DD

Tints of Medium Orchid #AE40DD

Color information

#AE40DD (or 0xAE40DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 40 and DD. RGB value is (174,64,221). Sum of RGB (Red+Green+Blue) = 174+64+221=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE40DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40DD is #51BF22. Grayscale: #727272. Windows color (decimal): -5357347 or 14500014. OLE color: 14500014.

HSL color Cylindrical-coordinate representation of color #AE40DD: hue angle of 282.04º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE40DD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17464221-
CMYK0.210.7100.13
HSL282.04º69.78%55.88%-
HSV(B)282.04º71.04%86.67%-
XYZ32.3417.8970.15-
YUV114.79187.94170.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 64 (25.39% from 255) = 13.94%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=37.91%
G=13.94%
B=48.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174642210.210.7100.13282.0469.7855.88
HexAE40DD15470D11a4638
Octal2561003352510701543210670
Binary10101110100000011011101101011000111011011000110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40DD; }

 p { color: rgb(174,64,221); }

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

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

 a { background-color: rgb(174,64,221); }

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

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

 span { border-color: rgb(174,64,221); }

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