#AD5BF6

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

Shades of Medium Orchid #AD5BF6

Tints of Medium Orchid #AD5BF6

Color information

#AD5BF6 (or 0xAD5BF6) is unknown color: approx Medium Orchid. HEX triplet: AD, 5B and F6. RGB value is (173,91,246). Sum of RGB (Red+Green+Blue) = 173+91+246=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD5BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BF6 is #52A409. Grayscale: #848484. Windows color (decimal): -5415946 or 16145325. OLE color: 16145325.

HSL color Cylindrical-coordinate representation of color #AD5BF6: hue angle of 271.74º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5BF6 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17391246-
CMYK0.300.6300.04
HSL271.74º89.6%66.08%-
HSV(B)271.74º63.01%96.47%-
XYZ37.6123.0289.65-
YUV133.19191.67156.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 91 (35.94% from 255) = 17.84%
BLUE value IS 246 (96.48% from 255) = 48.24%
R=33.92%
G=17.84%
B=48.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173912460.300.6300.04271.7489.666.08
HexAD5BF61E3F041105a42
Octal255133366367704420132102
Binary1010110110110111111011011110111111010010001000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5BF6; }

 p { color: rgb(173,91,246); }

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

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

 a { background-color: rgb(173,91,246); }

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

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

 span { border-color: rgb(173,91,246); }

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