#AD5DDE

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

Shades of Medium Orchid #AD5DDE

Tints of Medium Orchid #AD5DDE

Color information

#AD5DDE (or 0xAD5DDE) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and DE. RGB value is (173,93,222). Sum of RGB (Red+Green+Blue) = 173+93+222=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DDE is #52A221. Grayscale: #838383. Windows color (decimal): -5415458 or 14572973. OLE color: 14572973.

HSL color Cylindrical-coordinate representation of color #AD5DDE: hue angle of 277.21º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5DDE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17393222-
CMYK0.220.5800.13
HSL277.21º66.15%61.76%-
HSV(B)277.21º58.11%87.06%-
XYZ34.3321.9971.54-
YUV131.63179157.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=35.45%
G=19.06%
B=45.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173932220.220.5800.13277.2166.1561.76
HexAD5DDE163A0D115423e
Octal255135336267201542510276
Binary1010110110111011101111010110111010011011000101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DDE; }

 p { color: rgb(173,93,222); }

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

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

 a { background-color: rgb(173,93,222); }

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

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

 span { border-color: rgb(173,93,222); }

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