#AD5DF0

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

Shades of Medium Orchid #AD5DF0

Tints of Medium Orchid #AD5DF0

Color information

#AD5DF0 (or 0xAD5DF0) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and F0. RGB value is (173,93,240). Sum of RGB (Red+Green+Blue) = 173+93+240=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD5DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DF0 is #52A20F. Grayscale: #858585. Windows color (decimal): -5415440 or 15752621. OLE color: 15752621.

HSL color Cylindrical-coordinate representation of color #AD5DF0: hue angle of 272.65º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5DF0 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17393240-
CMYK0.280.6100.06
HSL272.65º83.05%65.29%-
HSV(B)272.65º61.25%94.12%-
XYZ36.882384.93-
YUV133.68188156.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 240 (94.14% from 255) = 47.43%
R=34.19%
G=18.38%
B=47.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal173932400.280.6100.06272.6583.0565.29
HexAD5DF01C3D061115341
Octal255135360347506421123101
Binary1010110110111011111000011100111101011010001000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DF0; }

 p { color: rgb(173,93,240); }

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

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

 a { background-color: rgb(173,93,240); }

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

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

 span { border-color: rgb(173,93,240); }

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