#AE56E8

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

Shades of Medium Orchid #AE56E8

Tints of Medium Orchid #AE56E8

Color information

#AE56E8 (or 0xAE56E8) is unknown color: approx Medium Orchid. HEX triplet: AE, 56 and E8. RGB value is (174,86,232). Sum of RGB (Red+Green+Blue) = 174+86+232=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE56E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE56E8 is #51A917. Grayscale: #808080. Windows color (decimal): -5351704 or 15226542. OLE color: 15226542.

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

Color convert

RGB17486232-
CMYK0.250.6300.09
HSL276.16º76.04%62.35%-
HSV(B)276.16º62.93%90.98%-
XYZ35.3521.4878.63-
YUV128.96186.15160.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 86 (33.98% from 255) = 17.48%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=35.37%
G=17.48%
B=47.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174862320.250.6300.09276.1676.0462.35
HexAE56E8193F091144c3e
Octal256126350317701142411476
Binary1010111010101101110100011001111111010011000101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56E8; }

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

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

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

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

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

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

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

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