Html Css Color HEX #AD5ED9 Medium Orchid

📋 copy color: '#AD5ED9'

red 173 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #AD5ED9

Tints of Medium Orchid #AD5ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 35.74%
G = 19.42%
B = 44.83%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5ED9 (or 0xAD5ED9) is known color: Medium Orchid. HEX triplet: AD, 5E and D9. RGB value is (173,94,217). Sum of RGB (Red+Green+Blue) = 173+94+217=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD5ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ED9 is #52A126. Grayscale: #838383. Windows color (decimal): -5415207 or 14245549. OLE color: 14245549.

HSL color Cylindrical-coordinate representation of color #AD5ED9: hue angle of 278.54º degrees, saturation: 0.62, 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 #AD5ED9 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 94 217 -
CMYK 0.20 0.57 0 0.15
HSL 278.54º 0.62% 0.61% -
HSV(B) 278.54º 0.57% 0.85% -
XYZ 33.76 21.9 68.09 -
YUV 131.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 173 94 217 0.20 0.57 0 0.15 278.54 0.62 0.61
Hex AD 5E D9 14 39 0 F 117 3E 3D
Octal 255 136 331 24 71 0 17 427 76 75
Binary 10101101 1011110 11011001 10100 111001 0 1111 100010111 111110 111101

Color Harmonies of #AD5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ED9

Black with #AD5ED9

Text Example


Text Example

White with #AD5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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