#AE61E0

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

Shades of Medium Orchid #AE61E0

Tints of Medium Orchid #AE61E0

Color information

#AE61E0 (or 0xAE61E0) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and E0. RGB value is (174,97,224). Sum of RGB (Red+Green+Blue) = 174+97+224=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE61E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61E0 is #519E1F. Grayscale: #868686. Windows color (decimal): -5348896 or 14705070. OLE color: 14705070.

HSL color Cylindrical-coordinate representation of color #AE61E0: hue angle of 276.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE61E0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17497224-
CMYK0.220.5700.12
HSL276.38º67.2%62.94%-
HSV(B)276.38º56.7%87.84%-
XYZ35.1822.9373.09-
YUV134.5178.51156.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=35.15%
G=19.60%
B=45.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174972240.220.5700.12276.3867.262.94
HexAE61E016390C114433f
Octal256141340267101442410377
Binary1010111011000011110000010110111001011001000101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61E0; }

 p { color: rgb(174,97,224); }

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

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

 a { background-color: rgb(174,97,224); }

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

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

 span { border-color: rgb(174,97,224); }

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