#AD55D3

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

Shades of Medium Orchid #AD55D3

Tints of Medium Orchid #AD55D3

Color information

#AD55D3 (or 0xAD55D3) is unknown color: approx Medium Orchid. HEX triplet: AD, 55 and D3. RGB value is (173,85,211). Sum of RGB (Red+Green+Blue) = 173+85+211=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD55D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55D3 is #52AA2C. Grayscale: #7D7D7D. Windows color (decimal): -5417517 or 13850029. OLE color: 13850029.

HSL color Cylindrical-coordinate representation of color #AD55D3: hue angle of 281.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD55D3 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17385211-
CMYK0.180.6000.17
HSL281.9º58.88%58.04%-
HSV(B)281.9º59.72%82.75%-
XYZ32.2420.0863.81-
YUV125.68176.15161.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 211 (82.81% from 255) = 44.99%
R=36.89%
G=18.12%
B=44.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173852110.180.6000.17281.958.8858.04
HexAD55D3123C01111a3b3a
Octal25512532322740214327372
Binary1010110110101011101001110010111100010001100011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55D3; }

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

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

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

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

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

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

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

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