#AE5AEA

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

Shades of Medium Orchid #AE5AEA

Tints of Medium Orchid #AE5AEA

Color information

#AE5AEA (or 0xAE5AEA) is unknown color: approx Medium Orchid. HEX triplet: AE, 5A and EA. RGB value is (174,90,234). Sum of RGB (Red+Green+Blue) = 174+90+234=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE5AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5AEA is #51A515. Grayscale: #838383. Windows color (decimal): -5350678 or 15358638. OLE color: 15358638.

HSL color Cylindrical-coordinate representation of color #AE5AEA: hue angle of 275º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE5AEA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17490234-
CMYK0.260.6200.08
HSL275º77.42%63.53%-
HSV(B)275º61.54%91.76%-
XYZ35.9622.2580.24-
YUV131.53185.83158.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=34.94%
G=18.07%
B=46.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174902340.260.6200.0827577.4263.53
HexAE5AEA1A3E081134d40
Octal2561323523276010423115100
Binary10101110101101011101010110101111100100010001001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AEA; }

 p { color: rgb(174,90,234); }

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

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

 a { background-color: rgb(174,90,234); }

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

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

 span { border-color: rgb(174,90,234); }

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