#AE64BE

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

Shades of Medium Orchid #AE64BE

Tints of Medium Orchid #AE64BE

Color information

#AE64BE (or 0xAE64BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 64 and BE. RGB value is (174,100,190). Sum of RGB (Red+Green+Blue) = 174+100+190=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64BE is #519B41. Grayscale: #848484. Windows color (decimal): -5348162 or 12477614. OLE color: 12477614.

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

Color convert

RGB174100190-
CMYK0.080.4700.25
HSL289.33º40.91%56.86%-
HSV(B)289.33º47.37%74.51%-
XYZ31.3121.8351.28-
YUV132.39160.52157.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=37.5%
G=21.55%
B=40.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741001900.080.4700.25289.3340.9156.86
HexAE64BE82F0191212939
Octal25614427610570314415171
Binary101011101100100101111101000101111011001100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64BE; }

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

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

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

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

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

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

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

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