Html Css Color HEX #AD5EDA Medium Orchid

📋 copy color: '#AD5EDA'

red 173 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #AD5EDA

Tints of Medium Orchid #AD5EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 35.67%
G = 19.38%
B = 44.95%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5EDA (or 0xAD5EDA) is known color: Medium Orchid. HEX triplet: AD, 5E and DA. RGB value is (173,94,218). Sum of RGB (Red+Green+Blue) = 173+94+218=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EDA is #52A125. Grayscale: #838383. Windows color (decimal): -5415206 or 14311085. OLE color: 14311085.

HSL color Cylindrical-coordinate representation of color #AD5EDA: hue angle of 278.23º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5EDA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 94 218 -
CMYK 0.21 0.57 0 0.15
HSL 278.23º 0.63% 0.61% -
HSV(B) 278.23º 0.57% 0.85% -
XYZ 33.89 21.95 68.78 -
YUV 131.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 173 94 218 0.21 0.57 0 0.15 278.23 0.63 0.61
Hex AD 5E DA 15 39 0 F 116 3F 3D
Octal 255 136 332 25 71 0 17 426 77 75
Binary 10101101 1011110 11011010 10101 111001 0 1111 100010110 111111 111101

Color Harmonies of #AD5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EDA

Black with #AD5EDA

Text Example


Text Example

White with #AD5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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