#ad41d0

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

Shades of Medium Orchid #AD41D0

Tints of Medium Orchid #AD41D0

Color information

#AD41D0 (or 0xAD41D0) is unknown color: approx Medium Orchid. HEX triplet: AD, 41 and D0. RGB value is (173,65,208). Sum of RGB (Red+Green+Blue) = 173+65+208=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD41D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41D0 is #52BE2F. Grayscale: #717171. Windows color (decimal): -5422640 or 13648301. OLE color: 13648301.

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

Color convert

RGB17365208-
CMYK0.170.6900.18
HSL285.31º60.34%53.53%-
HSV(B)285.31º68.75%81.57%-
XYZ30.5117.2261.39-
YUV113.59181.28170.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 65 (25.78% from 255) = 14.57%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=38.79%
G=14.57%
B=46.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173652080.170.6900.18285.3160.3453.53
HexAD41D0114501211d3c36
Octal255101320211050224357466
Binary10101101100000111010000100011000101010010100011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad41d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad41d0; }

 p { color: rgb(173,65,208); }

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

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

 a { background-color: rgb(173,65,208); }

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

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

 span { border-color: rgb(173,65,208); }

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