#AD6AC1

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

Shades of Medium Orchid #AD6AC1

Tints of Medium Orchid #AD6AC1

Color information

#AD6AC1 (or 0xAD6AC1) is unknown color: approx Medium Orchid. HEX triplet: AD, 6A and C1. RGB value is (173,106,193). Sum of RGB (Red+Green+Blue) = 173+106+193=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD6AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AC1 is #52953E. Grayscale: #878787. Windows color (decimal): -5412159 or 12675757. OLE color: 12675757.

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

Color convert

RGB173106193-
CMYK0.100.4500.24
HSL286.21º41.23%58.63%-
HSV(B)286.21º45.08%75.69%-
XYZ32.0123.0453.21-
YUV135.95160.2154.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=36.65%
G=22.46%
B=40.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731061930.100.4500.24286.2141.2358.63
HexAD6AC1A2D01811e293b
Octal25515230112550304365173
Binary101011011101010110000011010101101011000100011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AC1; }

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

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

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

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

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

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

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

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