#AD5DF1

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

Shades of Medium Orchid #AD5DF1

Tints of Medium Orchid #AD5DF1

Color information

#AD5DF1 (or 0xAD5DF1) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and F1. RGB value is (173,93,241). Sum of RGB (Red+Green+Blue) = 173+93+241=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DF1 is #52A20E. Grayscale: #858585. Windows color (decimal): -5415439 or 15818157. OLE color: 15818157.

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

Color convert

RGB17393241-
CMYK0.280.6100.05
HSL272.43º84.09%65.49%-
HSV(B)272.43º61.41%94.51%-
XYZ37.0323.0685.72-
YUV133.79188.5155.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=34.12%
G=18.34%
B=47.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173932410.280.6100.05272.4384.0965.49
HexAD5DF11C3D051105441
Octal255135361347505420124101
Binary1010110110111011111000111100111101010110001000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DF1; }

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

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

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

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

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

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

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

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