#AE5CF1

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

Shades of Medium Orchid #AE5CF1

Tints of Medium Orchid #AE5CF1

Color information

#AE5CF1 (or 0xAE5CF1) is unknown color: approx Medium Orchid. HEX triplet: AE, 5C and F1. RGB value is (174,92,241). Sum of RGB (Red+Green+Blue) = 174+92+241=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE5CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5CF1 is #51A30E. Grayscale: #848484. Windows color (decimal): -5350159 or 15817902. OLE color: 15817902.

HSL color Cylindrical-coordinate representation of color #AE5CF1: hue angle of 273.02º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE5CF1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17492241-
CMYK0.280.6200.05
HSL273.02º84.18%65.29%-
HSV(B)273.02º61.83%94.51%-
XYZ37.162385.7-
YUV133.5188.67156.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=34.32%
G=18.15%
B=47.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174922410.280.6200.05273.0284.1865.29
HexAE5CF11C3E051115441
Octal256134361347605421124101
Binary1010111010111001111000111100111110010110001000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CF1; }

 p { color: rgb(174,92,241); }

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

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

 a { background-color: rgb(174,92,241); }

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

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

 span { border-color: rgb(174,92,241); }

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