#AD55BF

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

Shades of Medium Orchid #AD55BF

Tints of Medium Orchid #AD55BF

Color information

#AD55BF (or 0xAD55BF) is unknown color: approx Medium Orchid. HEX triplet: AD, 55 and BF. RGB value is (173,85,191). Sum of RGB (Red+Green+Blue) = 173+85+191=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD55BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55BF is #52AA40. Grayscale: #7B7B7B. Windows color (decimal): -5417537 or 12539309. OLE color: 12539309.

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

Color convert

RGB17385191-
CMYK0.090.5500.25
HSL289.81º45.3%54.12%-
HSV(B)289.81º55.5%74.9%-
XYZ29.8919.1451.41-
YUV123.4166.15163.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 191 (75% from 255) = 42.54%
R=38.53%
G=18.93%
B=42.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173851910.090.5500.25289.8145.354.12
HexAD55BF9370191222d36
Octal25512527711670314425566
Binary101011011010101101111111001110111011001100100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55BF; }

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

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

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

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

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

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

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

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