#AD6AC3

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

Shades of Medium Orchid #AD6AC3

Tints of Medium Orchid #AD6AC3

Color information

#AD6AC3 (or 0xAD6AC3) is unknown color: approx Medium Orchid. HEX triplet: AD, 6A and C3. RGB value is (173,106,195). Sum of RGB (Red+Green+Blue) = 173+106+195=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD6AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AC3 is #52953C. Grayscale: #878787. Windows color (decimal): -5412157 or 12806829. OLE color: 12806829.

HSL color Cylindrical-coordinate representation of color #AD6AC3: hue angle of 285.17º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6AC3 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173106195-
CMYK0.110.4600.24
HSL285.17º42.58%59.02%-
HSV(B)285.17º45.64%76.47%-
XYZ32.2423.1354.4-
YUV136.18161.2154.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=36.50%
G=22.36%
B=41.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731061950.110.4600.24285.1742.5859.02
HexAD6AC3B2E01811d2b3b
Octal25515230313560304355373
Binary101011011101010110000111011101110011000100011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AC3; }

 p { color: rgb(173,106,195); }

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

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

 a { background-color: rgb(173,106,195); }

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

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

 span { border-color: rgb(173,106,195); }

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