#AD66C1

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

Shades of Medium Orchid #AD66C1

Tints of Medium Orchid #AD66C1

Color information

#AD66C1 (or 0xAD66C1) is unknown color: approx Medium Orchid. HEX triplet: AD, 66 and C1. RGB value is (173,102,193). Sum of RGB (Red+Green+Blue) = 173+102+193=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD66C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66C1 is #52993E. Grayscale: #858585. Windows color (decimal): -5413183 or 12674733. OLE color: 12674733.

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

Color convert

RGB173102193-
CMYK0.100.4700.24
HSL286.81º42.33%57.84%-
HSV(B)286.81º47.15%75.69%-
XYZ31.6122.2453.08-
YUV133.6161.52156.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=36.97%
G=21.79%
B=41.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731021930.100.4700.24286.8142.3357.84
HexAD66C1A2F01811f2a3a
Octal25514630112570304375272
Binary101011011100110110000011010101111011000100011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66C1; }

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

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

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

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

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

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

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

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