#AD5CBF

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

Shades of Medium Orchid #AD5CBF

Tints of Medium Orchid #AD5CBF

Color information

#AD5CBF (or 0xAD5CBF) is unknown color: approx Medium Orchid. HEX triplet: AD, 5C and BF. RGB value is (173,92,191). Sum of RGB (Red+Green+Blue) = 173+92+191=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CBF is #52A340. Grayscale: #7F7F7F. Windows color (decimal): -5415745 or 12541101. OLE color: 12541101.

HSL color Cylindrical-coordinate representation of color #AD5CBF: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5CBF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17392191-
CMYK0.090.5200.25
HSL289.09º43.61%55.49%-
HSV(B)289.09º51.83%74.9%-
XYZ30.4620.351.6-
YUV127.5163.84160.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 191 (75% from 255) = 41.89%
R=37.94%
G=20.18%
B=41.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173921910.090.5200.25289.0943.6155.49
HexAD5CBF9340191212c37
Octal25513427711640314415467
Binary101011011011100101111111001110100011001100100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CBF; }

 p { color: rgb(173,92,191); }

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

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

 a { background-color: rgb(173,92,191); }

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

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

 span { border-color: rgb(173,92,191); }

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