Html Css Color HEX #AD5EDD Medium Orchid

📋 copy color: '#AD5EDD'

red 173 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #AD5EDD

Tints of Medium Orchid #AD5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 35.45%
G = 19.26%
B = 45.29%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD5EDD (or 0xAD5EDD) is known color: Medium Orchid. HEX triplet: AD, 5E and DD. RGB value is (173,94,221). Sum of RGB (Red+Green+Blue) = 173+94+221=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EDD is #52A122. Grayscale: #838383. Windows color (decimal): -5415203 or 14507693. OLE color: 14507693.

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

Color convert

RGB 173 94 221 -
CMYK 0.22 0.57 0 0.13
HSL 277.32º 0.65% 0.62% -
HSV(B) 277.32º 0.57% 0.87% -
XYZ 34.29 22.11 70.87 -
YUV 132.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 173 94 221 0.22 0.57 0 0.13 277.32 0.65 0.62
Hex AD 5E DD 16 39 0 D 115 41 3E
Octal 255 136 335 26 71 0 15 425 101 76
Binary 10101101 1011110 11011101 10110 111001 0 1101 100010101 1000001 111110

Color Harmonies of #AD5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EDD

Black with #AD5EDD

Text Example


Text Example

White with #AD5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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