#AE63E9

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

Shades of Medium Orchid #AE63E9

Tints of Medium Orchid #AE63E9

Color information

#AE63E9 (or 0xAE63E9) is unknown color: approx Medium Orchid. HEX triplet: AE, 63 and E9. RGB value is (174,99,233). Sum of RGB (Red+Green+Blue) = 174+99+233=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE63E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE63E9 is #519C16. Grayscale: #888888. Windows color (decimal): -5348375 or 15295406. OLE color: 15295406.

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

Color convert

RGB17499233-
CMYK0.250.5800.09
HSL273.58º75.28%65.1%-
HSV(B)273.58º57.51%91.37%-
XYZ36.6323.8179.76-
YUV136.7182.35154.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 99 (39.06% from 255) = 19.57%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=34.39%
G=19.57%
B=46.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174992330.250.5800.09273.5875.2865.1
HexAE63E9193A091124b41
Octal2561433513172011422113101
Binary10101110110001111101001110011110100100110001001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE63E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE63E9; }

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

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

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

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

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

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

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

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