Html Css Color HEX #AD50E5 Medium Orchid

📋 copy color: '#AD50E5'

red 173 ◦ green 80 ◦ blue 229

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

Shades of Medium Orchid #AD50E5

Tints of Medium Orchid #AD50E5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 35.89%
G = 16.6%
B = 47.51%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD50E5 (or 0xAD50E5) is known color: Medium Orchid. HEX triplet: AD, 50 and E5. RGB value is (173,80,229). Sum of RGB (Red+Green+Blue) = 173+80+229=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD50E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50E5 is #52AF1A. Grayscale: #7C7C7C. Windows color (decimal): -5418779 or 15028397. OLE color: 15028397.

HSL color Cylindrical-coordinate representation of color #AD50E5: hue angle of 277.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD50E5 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 80 229 -
CMYK 0.24 0.65 0 0.10
HSL 277.45º 0.74% 0.61% -
HSV(B) 277.45º 0.65% 0.9% -
XYZ 34.25 20.28 76.24 -
YUV 124.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 173 80 229 0.24 0.65 0 0.10 277.45 0.74 0.61
Hex AD 50 E5 18 41 0 A 115 4A 3D
Octal 255 120 345 30 101 0 12 425 112 75
Binary 10101101 1010000 11100101 11000 1000001 0 1010 100010101 1001010 111101

Color Harmonies of #AD50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50E5

Black with #AD50E5

Text Example


Text Example

White with #AD50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50E5; }

 p { color: rgb(173,80,229); }

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

background-color css

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

 a { background-color: rgb(173,80,229); }

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

border-color css

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

 span { border-color: rgb(173,80,229); }

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