#AD40D1

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

Shades of Medium Orchid #AD40D1

Tints of Medium Orchid #AD40D1

Color information

#AD40D1 (or 0xAD40D1) is unknown color: approx Medium Orchid. HEX triplet: AD, 40 and D1. RGB value is (173,64,209). Sum of RGB (Red+Green+Blue) = 173+64+209=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD40D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40D1 is #52BF2E. Grayscale: #707070. Windows color (decimal): -5422895 or 13713581. OLE color: 13713581.

HSL color Cylindrical-coordinate representation of color #AD40D1: hue angle of 285.1º degrees, saturation: 0.61, 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 #AD40D1 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17364209-
CMYK0.170.6900.18
HSL285.1º61.18%53.53%-
HSV(B)285.1º69.38%81.96%-
XYZ30.5817.1562.02-
YUV113.12182.11170.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 64 (25.39% from 255) = 14.35%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=38.79%
G=14.35%
B=46.86%

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
Decimal173642090.170.6900.18285.161.1853.53
HexAD40D1114501211d3d36
Octal255100321211050224357566
Binary10101101100000011010001100011000101010010100011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40D1; }

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

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

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

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

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

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

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

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