Html Css Color HEX #AD5EBF Medium Orchid

📋 copy color: '#AD5EBF'

red 173 ◦ green 94 ◦ blue 191

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

Shades of Medium Orchid #AD5EBF

Tints of Medium Orchid #AD5EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

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

R = 37.77%
G = 20.52%
B = 41.7%

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

#AD5EBF (or 0xAD5EBF) is known color: Medium Orchid. HEX triplet: AD, 5E and BF. RGB value is (173,94,191). Sum of RGB (Red+Green+Blue) = 173+94+191=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EBF is #52A140. Grayscale: #808080. Windows color (decimal): -5415233 or 12541613. OLE color: 12541613.

HSL color Cylindrical-coordinate representation of color #AD5EBF: hue angle of 288.87º 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 #AD5EBF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 94 191 -
CMYK 0.09 0.51 0 0.25
HSL 288.87º 0.43% 0.56% -
HSV(B) 288.87º 0.51% 0.75% -
XYZ 30.64 20.65 51.66 -
YUV 128.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 173 94 191 0.09 0.51 0 0.25 288.87 0.43 0.56
Hex AD 5E BF 9 33 0 19 121 2B 38
Octal 255 136 277 11 63 0 31 441 53 70
Binary 10101101 1011110 10111111 1001 110011 0 11001 100100001 101011 111000

Color Harmonies of #AD5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EBF

Black with #AD5EBF

Text Example


Text Example

White with #AD5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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