#AE68CA

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

Shades of Medium Orchid #AE68CA

Tints of Medium Orchid #AE68CA

Color information

#AE68CA (or 0xAE68CA) is unknown color: approx Medium Orchid. HEX triplet: AE, 68 and CA. RGB value is (174,104,202). Sum of RGB (Red+Green+Blue) = 174+104+202=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68CA is #519735. Grayscale: #878787. Windows color (decimal): -5347126 or 13265070. OLE color: 13265070.

HSL color Cylindrical-coordinate representation of color #AE68CA: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE68CA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174104202-
CMYK0.140.4900.21
HSL282.86º48.04%60%-
HSV(B)282.86º48.51%79.22%-
XYZ33.0723.1658.61-
YUV136.1165.19155.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=36.25%
G=21.67%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741042020.140.4900.21282.8648.0460
HexAE68CAE3101511b303c
Octal25615031216610254336074
Binary101011101101000110010101110110001010101100011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE68CA; }

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

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

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

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

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

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

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

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