#AE4DFF

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

Shades of Medium Orchid #AE4DFF

Tints of Medium Orchid #AE4DFF

Color information

#AE4DFF (or 0xAE4DFF) is unknown color: approx Medium Orchid. HEX triplet: AE, 4D and FF. RGB value is (174,77,255). Sum of RGB (Red+Green+Blue) = 174+77+255=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DFF is #51B200. Grayscale: #7D7D7D. Windows color (decimal): -5353985 or 16731566. OLE color: 16731566.

HSL color Cylindrical-coordinate representation of color #AE4DFF: hue angle of 272.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4DFF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17477255-
CMYK0.320.7000
HSL272.7º100%65.1%-
HSV(B)272.7º69.8%100%-
XYZ38.1621.5396.75-
YUV126.29200.64162.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 77 (30.47% from 255) = 15.22%
BLUE value IS 255 (100% from 255) = 50.40%
R=34.39%
G=15.22%
B=50.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174772550.320.7000272.710065.1
HexAE4DFF2046001116441
Octal2561153774010600421144101
Binary1010111010011011111111110000010001100010001000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DFF; }

 p { color: rgb(174,77,255); }

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

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

 a { background-color: rgb(174,77,255); }

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

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

 span { border-color: rgb(174,77,255); }

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