#AD60D0

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

Shades of Medium Orchid #AD60D0

Tints of Medium Orchid #AD60D0

Color information

#AD60D0 (or 0xAD60D0) is unknown color: approx Medium Orchid. HEX triplet: AD, 60 and D0. RGB value is (173,96,208). Sum of RGB (Red+Green+Blue) = 173+96+208=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD60D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60D0 is #529F2F. Grayscale: #838383. Windows color (decimal): -5414704 or 13656237. OLE color: 13656237.

HSL color Cylindrical-coordinate representation of color #AD60D0: hue angle of 281.25º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD60D0 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17396208-
CMYK0.170.5400.18
HSL281.25º54.37%59.61%-
HSV(B)281.25º53.85%81.57%-
XYZ32.821.862.15-
YUV131.79171.01157.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=36.27%
G=20.13%
B=43.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173962080.170.5400.18281.2554.3759.61
HexAD60D01136012119363c
Octal25514032021660224316674
Binary1010110111000001101000010001110110010010100011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60D0; }

 p { color: rgb(173,96,208); }

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

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

 a { background-color: rgb(173,96,208); }

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

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

 span { border-color: rgb(173,96,208); }

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