#AD6CC1

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

Shades of Medium Orchid #AD6CC1

Tints of Medium Orchid #AD6CC1

Color information

#AD6CC1 (or 0xAD6CC1) is unknown color: approx Medium Orchid. HEX triplet: AD, 6C and C1. RGB value is (173,108,193). Sum of RGB (Red+Green+Blue) = 173+108+193=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CC1 is #52933E. Grayscale: #888888. Windows color (decimal): -5411647 or 12676269. OLE color: 12676269.

HSL color Cylindrical-coordinate representation of color #AD6CC1: hue angle of 285.88º 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 #AD6CC1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173108193-
CMYK0.100.4400.24
HSL285.88º40.67%59.02%-
HSV(B)285.88º44.04%75.69%-
XYZ32.2223.4653.28-
YUV137.12159.53153.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=36.50%
G=22.78%
B=40.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731081930.100.4400.24285.8840.6759.02
HexAD6CC1A2C01811e293b
Octal25515430112540304365173
Binary101011011101100110000011010101100011000100011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CC1; }

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

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

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

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

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

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

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

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