#AE5DE4

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

Shades of Medium Orchid #AE5DE4

Tints of Medium Orchid #AE5DE4

Color information

#AE5DE4 (or 0xAE5DE4) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and E4. RGB value is (174,93,228). Sum of RGB (Red+Green+Blue) = 174+93+228=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE5DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DE4 is #51A21B. Grayscale: #848484. Windows color (decimal): -5349916 or 14966190. OLE color: 14966190.

HSL color Cylindrical-coordinate representation of color #AE5DE4: hue angle of 276º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE5DE4 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17493228-
CMYK0.240.5900.11
HSL276º71.43%62.94%-
HSV(B)276º59.21%89.41%-
XYZ35.3722.4375.86-
YUV132.61181.84157.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 228 (89.45% from 255) = 46.06%
R=35.15%
G=18.79%
B=46.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174932280.240.5900.1127671.4362.94
HexAE5DE4183B0B114473f
Octal256135344307301342410777
Binary1010111010111011110010011000111011010111000101001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DE4; }

 p { color: rgb(174,93,228); }

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

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

 a { background-color: rgb(174,93,228); }

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

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

 span { border-color: rgb(174,93,228); }

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