Html Css Color HEX #AD59BF Medium Orchid

📋 copy color: '#AD59BF'

red 173 ◦ green 89 ◦ blue 191

#AD59BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AD59BF

Tints of Medium Orchid #AD59BF

RGB

 RED value IS 173 (67.97% from 255) = 38.19%

 GREEN value IS 89 (35.16% from 255) = 19.65%

 BLUE value IS 191 (75% from 255) = 42.16%

R = 38.19%
G = 19.65%
B = 42.16%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD59BF (or 0xAD59BF) is known color: Medium Orchid. HEX triplet: AD, 59 and BF. RGB value is (173,89,191). Sum of RGB (Red+Green+Blue) = 173+89+191=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD59BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59BF is #52A640. Grayscale: #7D7D7D. Windows color (decimal): -5416513 or 12540333. OLE color: 12540333.

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

Color convert

RGB 173 89 191 -
CMYK 0.09 0.53 0 0.25
HSL 289.41º 0.44% 0.55% -
HSV(B) 289.41º 0.53% 0.75% -
XYZ 30.21 19.79 51.52 -
YUV 125.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 173 89 191 0.09 0.53 0 0.25 289.41 0.44 0.55
Hex AD 59 BF 9 35 0 19 121 2C 37
Octal 255 131 277 11 65 0 31 441 54 67
Binary 10101101 1011001 10111111 1001 110101 0 11001 100100001 101100 110111

Color Harmonies of #AD59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59BF

Black with #AD59BF

Text Example


Text Example

White with #AD59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59BF; }

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

 H1.HeaderClassName
 {
   color: #AD59BF;
 }
 .AnyTagClassName
 {
   color: #AD59BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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