#AD50D1

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

Shades of Medium Orchid #AD50D1

Tints of Medium Orchid #AD50D1

Color information

#AD50D1 (or 0xAD50D1) is unknown color: approx Medium Orchid. HEX triplet: AD, 50 and D1. RGB value is (173,80,209). Sum of RGB (Red+Green+Blue) = 173+80+209=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD50D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D1 is #52AF2E. Grayscale: #7A7A7A. Windows color (decimal): -5418799 or 13717677. OLE color: 13717677.

HSL color Cylindrical-coordinate representation of color #AD50D1: hue angle of 283.26º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD50D1 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17380209-
CMYK0.170.6200.18
HSL283.26º58.37%56.67%-
HSV(B)283.26º61.72%81.96%-
XYZ31.6119.2362.37-
YUV122.51176.81164.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=37.45%
G=17.32%
B=45.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173802090.170.6200.18283.2658.3756.67
HexAD50D1113E01211b3a39
Octal25512032121760224337271
Binary1010110110100001101000110001111110010010100011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD50D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD50D1; }

 p { color: rgb(173,80,209); }

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

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

 a { background-color: rgb(173,80,209); }

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

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

 span { border-color: rgb(173,80,209); }

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