#AE6AC9

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

Shades of Medium Orchid #AE6AC9

Tints of Medium Orchid #AE6AC9

Color information

#AE6AC9 (or 0xAE6AC9) is unknown color: approx Medium Orchid. HEX triplet: AE, 6A and C9. RGB value is (174,106,201). Sum of RGB (Red+Green+Blue) = 174+106+201=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE6AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6AC9 is #519536. Grayscale: #888888. Windows color (decimal): -5346615 or 13200046. OLE color: 13200046.

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

Color convert

RGB174106201-
CMYK0.130.4700.21
HSL282.95º46.8%60.2%-
HSV(B)282.95º47.26%78.82%-
XYZ33.1523.5258.05-
YUV137.16164.03154.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=36.17%
G=22.04%
B=41.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741062010.130.4700.21282.9546.860.2
HexAE6AC9D2F01511b2f3c
Octal25615231115570254335774
Binary101011101101010110010011101101111010101100011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AC9; }

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

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

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

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

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

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

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

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