#AE63BE

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

Shades of Medium Orchid #AE63BE

Tints of Medium Orchid #AE63BE

Color information

#AE63BE (or 0xAE63BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 63 and BE. RGB value is (174,99,190). Sum of RGB (Red+Green+Blue) = 174+99+190=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE63BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE63BE is #519C41. Grayscale: #838383. Windows color (decimal): -5348418 or 12477358. OLE color: 12477358.

HSL color Cylindrical-coordinate representation of color #AE63BE: hue angle of 289.45º degrees, saturation: 0.41, 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 #AE63BE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17499190-
CMYK0.080.4800.25
HSL289.45º41.18%56.67%-
HSV(B)289.45º47.89%74.51%-
XYZ31.2121.6451.25-
YUV131.8160.85158.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=37.58%
G=21.38%
B=41.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174991900.080.4800.25289.4541.1856.67
HexAE63BE8300191212939
Octal25614327610600314415171
Binary101011101100011101111101000110000011001100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63BE; }

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

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

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

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

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

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

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

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