Html Css Color HEX #AD49ED Medium Orchid

📋 copy color: '#AD49ED'

red 173 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #AD49ED

Tints of Medium Orchid #AD49ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.11%

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 35.82%
G = 15.11%
B = 49.07%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD49ED (or 0xAD49ED) is known color: Medium Orchid. HEX triplet: AD, 49 and ED. RGB value is (173,73,237). Sum of RGB (Red+Green+Blue) = 173+73+237=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD49ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49ED is #52B612. Grayscale: #797979. Windows color (decimal): -5420563 or 15550893. OLE color: 15550893.

HSL color Cylindrical-coordinate representation of color #AD49ED: hue angle of 276.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD49ED is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 73 237 -
CMYK 0.27 0.69 0 0.07
HSL 276.59º 0.82% 0.61% -
HSV(B) 276.59º 0.69% 0.93% -
XYZ 34.9 19.76 82.1 -
YUV 121.6 193.13 164.66 -
System Red Green Blue C M Y K H S L
Decimal 173 73 237 0.27 0.69 0 0.07 276.59 0.82 0.61
Hex AD 49 ED 1B 45 0 7 115 52 3D
Octal 255 111 355 33 105 0 7 425 122 75
Binary 10101101 1001001 11101101 11011 1000101 0 111 100010101 1010010 111101

Color Harmonies of #AD49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD49ED

Black with #AD49ED

Text Example


Text Example

White with #AD49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD49ED; }

 p { color: rgb(173,73,237); }

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

background-color css

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

 a { background-color: rgb(173,73,237); }

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

border-color css

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

 span { border-color: rgb(173,73,237); }

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