#AE63CE

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

Shades of Medium Orchid #AE63CE

Tints of Medium Orchid #AE63CE

Color information

#AE63CE (or 0xAE63CE) is unknown color: approx Medium Orchid. HEX triplet: AE, 63 and CE. RGB value is (174,99,206). Sum of RGB (Red+Green+Blue) = 174+99+206=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63CE is #519C31. Grayscale: #858585. Windows color (decimal): -5348402 or 13525934. OLE color: 13525934.

HSL color Cylindrical-coordinate representation of color #AE63CE: hue angle of 282.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE63CE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17499206-
CMYK0.160.5200.19
HSL282.06º52.2%59.8%-
HSV(B)282.06º51.94%80.78%-
XYZ33.0622.3860.97-
YUV133.62168.85156.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=36.33%
G=20.67%
B=43.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174992060.160.5200.19282.0652.259.8
HexAE63CE103401311a343c
Octal25614331620640234326474
Binary1010111011000111100111010000110100010011100011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63CE; }

 p { color: rgb(174,99,206); }

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

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

 a { background-color: rgb(174,99,206); }

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

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

 span { border-color: rgb(174,99,206); }

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