#AD55DE

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

Shades of Medium Orchid #AD55DE

Tints of Medium Orchid #AD55DE

Color information

#AD55DE (or 0xAD55DE) is unknown color: approx Medium Orchid. HEX triplet: AD, 55 and DE. RGB value is (173,85,222). Sum of RGB (Red+Green+Blue) = 173+85+222=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD55DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55DE is #52AA21. Grayscale: #7E7E7E. Windows color (decimal): -5417506 or 14570925. OLE color: 14570925.

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

Color convert

RGB17385222-
CMYK0.220.6200.13
HSL278.54º67.49%60.2%-
HSV(B)278.54º61.71%87.06%-
XYZ33.6720.6671.32-
YUV126.93181.65160.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 85 (33.59% from 255) = 17.71%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=36.04%
G=17.71%
B=46.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173852220.220.6200.13278.5467.4960.2
HexAD55DE163E0D117433c
Octal255125336267601542710374
Binary1010110110101011101111010110111110011011000101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55DE; }

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

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

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

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

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

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

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

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