#AE60E5

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

Shades of Medium Orchid #AE60E5

Tints of Medium Orchid #AE60E5

Color information

#AE60E5 (or 0xAE60E5) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and E5. RGB value is (174,96,229). Sum of RGB (Red+Green+Blue) = 174+96+229=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE60E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60E5 is #519F1A. Grayscale: #868686. Windows color (decimal): -5349147 or 15032494. OLE color: 15032494.

HSL color Cylindrical-coordinate representation of color #AE60E5: hue angle of 275.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE60E5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17496229-
CMYK0.240.5800.10
HSL275.19º71.89%63.73%-
HSV(B)275.19º58.08%89.8%-
XYZ35.7823.0276.69-
YUV134.48181.34156.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 96 (37.89% from 255) = 19.24%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=34.87%
G=19.24%
B=45.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174962290.240.5800.10275.1971.8963.73
HexAE60E5183A0A1134840
Octal2561403453072012423110100
Binary10101110110000011100101110001110100101010001001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60E5; }

 p { color: rgb(174,96,229); }

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

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

 a { background-color: rgb(174,96,229); }

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

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

 span { border-color: rgb(174,96,229); }

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