#ae55e7

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

Shades of Medium Orchid #AE55E7

Tints of Medium Orchid #AE55E7

Color information

#AE55E7 (or 0xAE55E7) is unknown color: approx Medium Orchid. HEX triplet: AE, 55 and E7. RGB value is (174,85,231). Sum of RGB (Red+Green+Blue) = 174+85+231=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE55E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE55E7 is #51AA18. Grayscale: #7F7F7F. Windows color (decimal): -5351961 or 15160750. OLE color: 15160750.

HSL color Cylindrical-coordinate representation of color #AE55E7: hue angle of 276.58º degrees, saturation: 0.75, 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 #AE55E7 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17485231-
CMYK0.250.6300.09
HSL276.58º75.26%61.96%-
HSV(B)276.58º63.2%90.59%-
XYZ35.1321.2777.85-
YUV128.26185.99160.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 85 (33.59% from 255) = 17.35%
BLUE value IS 231 (90.62% from 255) = 47.14%
R=35.51%
G=17.35%
B=47.14%

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
Decimal174852310.250.6300.09276.5875.2661.96
HexAE55E7193F091154b3e
Octal256125347317701142511376
Binary1010111010101011110011111001111111010011000101011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae55e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae55e7; }

 p { color: rgb(174,85,231); }

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

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

 a { background-color: rgb(174,85,231); }

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

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

 span { border-color: rgb(174,85,231); }

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