#AE5BF1

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

Shades of Medium Orchid #AE5BF1

Tints of Medium Orchid #AE5BF1

Color information

#AE5BF1 (or 0xAE5BF1) is unknown color: approx Medium Orchid. HEX triplet: AE, 5B and F1. RGB value is (174,91,241). Sum of RGB (Red+Green+Blue) = 174+91+241=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE5BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5BF1 is #51A40E. Grayscale: #848484. Windows color (decimal): -5350415 or 15817646. OLE color: 15817646.

HSL color Cylindrical-coordinate representation of color #AE5BF1: hue angle of 273.2º 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 #AE5BF1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17491241-
CMYK0.280.6200.05
HSL273.2º84.27%65.1%-
HSV(B)273.2º62.24%94.51%-
XYZ37.0722.8385.67-
YUV132.92189157.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 91 (35.94% from 255) = 17.98%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=34.39%
G=17.98%
B=47.63%

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
Decimal174912410.280.6200.05273.284.2765.1
HexAE5BF11C3E051115441
Octal256133361347605421124101
Binary1010111010110111111000111100111110010110001000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BF1; }

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

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

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

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

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

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

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

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