#AE4DE8

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

Shades of Medium Orchid #AE4DE8

Tints of Medium Orchid #AE4DE8

Color information

#AE4DE8 (or 0xAE4DE8) is unknown color: approx Medium Orchid. HEX triplet: AE, 4D and E8. RGB value is (174,77,232). Sum of RGB (Red+Green+Blue) = 174+77+232=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE4DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DE8 is #51B217. Grayscale: #7B7B7B. Windows color (decimal): -5354008 or 15224238. OLE color: 15224238.

HSL color Cylindrical-coordinate representation of color #AE4DE8: hue angle of 277.55º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4DE8 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17477232-
CMYK0.250.6700.09
HSL277.55º77.11%60.59%-
HSV(B)277.55º66.81%90.98%-
XYZ34.6720.1378.4-
YUV123.67189.14163.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 77 (30.47% from 255) = 15.94%
BLUE value IS 232 (91.02% from 255) = 48.03%
R=36.02%
G=15.94%
B=48.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174772320.250.6700.09277.5577.1160.59
HexAE4DE81943091164d3d
Octal2561153503110301142611575
Binary10101110100110111101000110011000011010011000101101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DE8; }

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

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

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

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

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

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

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

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