#AD4FD6

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

Shades of Medium Orchid #AD4FD6

Tints of Medium Orchid #AD4FD6

Color information

#AD4FD6 (or 0xAD4FD6) is unknown color: approx Medium Orchid. HEX triplet: AD, 4F and D6. RGB value is (173,79,214). Sum of RGB (Red+Green+Blue) = 173+79+214=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD4FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FD6 is #52B029. Grayscale: #7A7A7A. Windows color (decimal): -5419050 or 14045101. OLE color: 14045101.

HSL color Cylindrical-coordinate representation of color #AD4FD6: hue angle of 281.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4FD6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17379214-
CMYK0.190.6300.16
HSL281.78º62.21%57.45%-
HSV(B)281.78º63.08%83.92%-
XYZ32.1719.3365.65-
YUV122.5179.64164.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=37.12%
G=16.95%
B=45.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173792140.190.6300.16281.7862.2157.45
HexAD4FD6133F01011a3e39
Octal25511732623770204327671
Binary1010110110011111101011010011111111010000100011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4FD6; }

 p { color: rgb(173,79,214); }

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

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

 a { background-color: rgb(173,79,214); }

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

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

 span { border-color: rgb(173,79,214); }

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