Html Css Color HEX #AD5DBF Medium Orchid

📋 copy color: '#AD5DBF'

red 173 ◦ green 93 ◦ blue 191

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

Shades of Medium Orchid #AD5DBF

Tints of Medium Orchid #AD5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

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

R = 37.86%
G = 20.35%
B = 41.79%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5DBF (or 0xAD5DBF) is known color: Medium Orchid. HEX triplet: AD, 5D and BF. RGB value is (173,93,191). Sum of RGB (Red+Green+Blue) = 173+93+191=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DBF is #52A240. Grayscale: #7F7F7F. Windows color (decimal): -5415489 or 12541357. OLE color: 12541357.

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

Color convert

RGB 173 93 191 -
CMYK 0.09 0.51 0 0.25
HSL 288.98º 0.43% 0.56% -
HSV(B) 288.98º 0.51% 0.75% -
XYZ 30.55 20.47 51.63 -
YUV 128.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 173 93 191 0.09 0.51 0 0.25 288.98 0.43 0.56
Hex AD 5D BF 9 33 0 19 121 2B 38
Octal 255 135 277 11 63 0 31 441 53 70
Binary 10101101 1011101 10111111 1001 110011 0 11001 100100001 101011 111000

Color Harmonies of #AD5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DBF

Black with #AD5DBF

Text Example


Text Example

White with #AD5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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