Html Css Color HEX #AD5EDF Medium Orchid

📋 copy color: '#AD5EDF'

red 173 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #AD5EDF

Tints of Medium Orchid #AD5EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 35.31%
G = 19.18%
B = 45.51%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD5EDF (or 0xAD5EDF) is known color: Medium Orchid. HEX triplet: AD, 5E and DF. RGB value is (173,94,223). Sum of RGB (Red+Green+Blue) = 173+94+223=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EDF is #52A120. Grayscale: #838383. Windows color (decimal): -5415201 or 14638765. OLE color: 14638765.

HSL color Cylindrical-coordinate representation of color #AD5EDF: hue angle of 276.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5EDF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 94 223 -
CMYK 0.22 0.58 0 0.13
HSL 276.74º 0.67% 0.62% -
HSV(B) 276.74º 0.58% 0.87% -
XYZ 34.56 22.22 72.28 -
YUV 132.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 173 94 223 0.22 0.58 0 0.13 276.74 0.67 0.62
Hex AD 5E DF 16 3A 0 D 115 43 3E
Octal 255 136 337 26 72 0 15 425 103 76
Binary 10101101 1011110 11011111 10110 111010 0 1101 100010101 1000011 111110

Color Harmonies of #AD5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EDF

Black with #AD5EDF

Text Example


Text Example

White with #AD5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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