#AE4FCA

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

Shades of Medium Orchid #AE4FCA

Tints of Medium Orchid #AE4FCA

Color information

#AE4FCA (or 0xAE4FCA) is unknown color: approx Medium Orchid. HEX triplet: AE, 4F and CA. RGB value is (174,79,202). Sum of RGB (Red+Green+Blue) = 174+79+202=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4FCA is #51B035. Grayscale: #797979. Windows color (decimal): -5353526 or 13258670. OLE color: 13258670.

HSL color Cylindrical-coordinate representation of color #AE4FCA: hue angle of 286.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4FCA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17479202-
CMYK0.140.6100.21
HSL286.34º53.71%55.1%-
HSV(B)286.34º60.89%79.22%-
XYZ30.9118.8557.89-
YUV121.43173.47165.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=38.24%
G=17.36%
B=44.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174792020.140.6100.21286.3453.7155.1
HexAE4FCAE3D01511e3637
Octal25611731216750254366667
Binary101011101001111110010101110111101010101100011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4FCA; }

 p { color: rgb(174,79,202); }

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

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

 a { background-color: rgb(174,79,202); }

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

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

 span { border-color: rgb(174,79,202); }

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