#AE63BF

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

Shades of Medium Orchid #AE63BF

Tints of Medium Orchid #AE63BF

Color information

#AE63BF (or 0xAE63BF) is unknown color: approx Medium Orchid. HEX triplet: AE, 63 and BF. RGB value is (174,99,191). Sum of RGB (Red+Green+Blue) = 174+99+191=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE63BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63BF is #519C40. Grayscale: #838383. Windows color (decimal): -5348417 or 12542894. OLE color: 12542894.

HSL color Cylindrical-coordinate representation of color #AE63BF: hue angle of 288.91º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE63BF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17499191-
CMYK0.090.4800.25
HSL288.91º41.82%56.86%-
HSV(B)288.91º48.17%74.9%-
XYZ31.3221.6851.82-
YUV131.91161.35158.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 191 (75% from 255) = 41.16%
R=37.5%
G=21.34%
B=41.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174991910.090.4800.25288.9141.8256.86
HexAE63BF9300191212a39
Octal25614327711600314415271
Binary101011101100011101111111001110000011001100100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63BF; }

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

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

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

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

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

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

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

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