#ad5bd0

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

Shades of Medium Orchid #AD5BD0

Tints of Medium Orchid #AD5BD0

Color information

#AD5BD0 (or 0xAD5BD0) is unknown color: approx Medium Orchid. HEX triplet: AD, 5B and D0. RGB value is (173,91,208). Sum of RGB (Red+Green+Blue) = 173+91+208=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD5BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BD0 is #52A42F. Grayscale: #808080. Windows color (decimal): -5415984 or 13654957. OLE color: 13654957.

HSL color Cylindrical-coordinate representation of color #AD5BD0: hue angle of 282.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5BD0 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17391208-
CMYK0.170.5600.18
HSL282.05º55.45%58.63%-
HSV(B)282.05º56.25%81.57%-
XYZ32.3620.9262.01-
YUV128.86172.67159.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 91 (35.94% from 255) = 19.28%
BLUE value IS 208 (81.64% from 255) = 44.07%
R=36.65%
G=19.28%
B=44.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173912080.170.5600.18282.0555.4558.63
HexAD5BD0113801211a373b
Octal25513332021700224326773
Binary1010110110110111101000010001111000010010100011010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5bd0; }

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

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

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

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

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

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

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

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