#AD47DE

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

Shades of Medium Orchid #AD47DE

Tints of Medium Orchid #AD47DE

Color information

#AD47DE (or 0xAD47DE) is unknown color: approx Medium Orchid. HEX triplet: AD, 47 and DE. RGB value is (173,71,222). Sum of RGB (Red+Green+Blue) = 173+71+222=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD47DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47DE is #52B821. Grayscale: #767676. Windows color (decimal): -5421090 or 14567341. OLE color: 14567341.

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

Color convert

RGB17371222-
CMYK0.220.6800.13
HSL280.53º69.59%57.45%-
HSV(B)280.53º68.02%87.06%-
XYZ32.6718.6670.99-
YUV118.71186.29166.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 71 (28.12% from 255) = 15.24%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=37.12%
G=15.24%
B=47.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173712220.220.6800.13280.5369.5957.45
HexAD47DE16440D1194639
Octal2551073362610401543110671
Binary10101101100011111011110101101000100011011000110011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47DE; }

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

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

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

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

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

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

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

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