#AD55D9

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

Shades of Medium Orchid #AD55D9

Tints of Medium Orchid #AD55D9

Color information

#AD55D9 (or 0xAD55D9) is unknown color: approx Medium Orchid. HEX triplet: AD, 55 and D9. RGB value is (173,85,217). Sum of RGB (Red+Green+Blue) = 173+85+217=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD55D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55D9 is #52AA26. Grayscale: #7D7D7D. Windows color (decimal): -5417511 or 14243245. OLE color: 14243245.

HSL color Cylindrical-coordinate representation of color #AD55D9: hue angle of 280º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD55D9 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17385217-
CMYK0.200.6100.15
HSL280º63.46%59.22%-
HSV(B)280º60.83%85.1%-
XYZ33.0120.3967.84-
YUV126.36179.15161.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=36.42%
G=17.89%
B=45.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173852170.200.6100.1528063.4659.22
HexAD55D9143D0F1183f3b
Octal25512533124750174307773
Binary101011011010101110110011010011110101111100011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55D9; }

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

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

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

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

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

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

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

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