#AD6CC2

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

Shades of Medium Orchid #AD6CC2

Tints of Medium Orchid #AD6CC2

Color information

#AD6CC2 (or 0xAD6CC2) is unknown color: approx Medium Orchid. HEX triplet: AD, 6C and C2. RGB value is (173,108,194). Sum of RGB (Red+Green+Blue) = 173+108+194=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD6CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CC2 is #52933D. Grayscale: #888888. Windows color (decimal): -5411646 or 12741805. OLE color: 12741805.

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

Color convert

RGB173108194-
CMYK0.110.4400.24
HSL285.35º41.35%59.22%-
HSV(B)285.35º44.33%76.08%-
XYZ32.3323.553.87-
YUV137.24160.03153.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 194 (76.17% from 255) = 40.84%
R=36.42%
G=22.74%
B=40.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731081940.110.4400.24285.3541.3559.22
HexAD6CC2B2C01811d293b
Octal25515430213540304355173
Binary101011011101100110000101011101100011000100011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CC2; }

 p { color: rgb(173,108,194); }

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

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

 a { background-color: rgb(173,108,194); }

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

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

 span { border-color: rgb(173,108,194); }

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