#AE6ACA

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

Shades of Medium Orchid #AE6ACA

Tints of Medium Orchid #AE6ACA

Color information

#AE6ACA (or 0xAE6ACA) is unknown color: approx Medium Orchid. HEX triplet: AE, 6A and CA. RGB value is (174,106,202). Sum of RGB (Red+Green+Blue) = 174+106+202=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ACA is #519535. Grayscale: #888888. Windows color (decimal): -5346614 or 13265582. OLE color: 13265582.

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

Color convert

RGB174106202-
CMYK0.140.4800.21
HSL282.5º47.52%60.39%-
HSV(B)282.5º47.52%79.22%-
XYZ33.2723.5758.67-
YUV137.28164.53154.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=36.10%
G=21.99%
B=41.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741062020.140.4800.21282.547.5260.39
HexAE6ACAE3001511a303c
Octal25615231216600254326074
Binary101011101101010110010101110110000010101100011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ACA; }

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

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

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

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

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

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

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

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