#AE68BE

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

Shades of Medium Orchid #AE68BE

Tints of Medium Orchid #AE68BE

Color information

#AE68BE (or 0xAE68BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 68 and BE. RGB value is (174,104,190). Sum of RGB (Red+Green+Blue) = 174+104+190=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE68BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BE is #519741. Grayscale: #868686. Windows color (decimal): -5347138 or 12478638. OLE color: 12478638.

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

Color convert

RGB174104190-
CMYK0.080.4500.25
HSL288.84º39.81%57.65%-
HSV(B)288.84º45.26%74.51%-
XYZ31.722.6251.41-
YUV134.73159.19156.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=37.18%
G=22.22%
B=40.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741041900.080.4500.25288.8439.8157.65
HexAE68BE82D019121283a
Octal25615027610550314415072
Binary101011101101000101111101000101101011001100100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68BE; }

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

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

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

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

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

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

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

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