#AD60D5

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

Shades of Medium Orchid #AD60D5

Tints of Medium Orchid #AD60D5

Color information

#AD60D5 (or 0xAD60D5) is unknown color: approx Medium Orchid. HEX triplet: AD, 60 and D5. RGB value is (173,96,213). Sum of RGB (Red+Green+Blue) = 173+96+213=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD60D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60D5 is #529F2A. Grayscale: #838383. Windows color (decimal): -5414699 or 13983917. OLE color: 13983917.

HSL color Cylindrical-coordinate representation of color #AD60D5: hue angle of 279.49º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD60D5 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17396213-
CMYK0.190.5500.16
HSL279.49º58.21%60.59%-
HSV(B)279.49º54.93%83.53%-
XYZ33.4322.0565.45-
YUV132.36173.51156.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 96 (37.89% from 255) = 19.92%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=35.89%
G=19.92%
B=44.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173962130.190.5500.16279.4958.2160.59
HexAD60D513370101173a3d
Octal25514032523670204277275
Binary1010110111000001101010110011110111010000100010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60D5; }

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

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

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

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

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

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

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

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