Html Css Color HEX #AD49C9 Medium Orchid

📋 copy color: '#AD49C9'

red 173 ◦ green 73 ◦ blue 201

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

Shades of Medium Orchid #AD49C9

Tints of Medium Orchid #AD49C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 38.7%
G = 16.33%
B = 44.97%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD49C9 (or 0xAD49C9) is known color: Medium Orchid. HEX triplet: AD, 49 and C9. RGB value is (173,73,201). Sum of RGB (Red+Green+Blue) = 173+73+201=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD49C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49C9 is #52B636. Grayscale: #757575. Windows color (decimal): -5420599 or 13191597. OLE color: 13191597.

HSL color Cylindrical-coordinate representation of color #AD49C9: hue angle of 286.88º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD49C9 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 73 201 -
CMYK 0.14 0.64 0 0.21
HSL 286.88º 0.54% 0.54% -
HSV(B) 286.88º 0.64% 0.79% -
XYZ 30.16 17.87 57.12 -
YUV 117.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 173 73 201 0.14 0.64 0 0.21 286.88 0.54 0.54
Hex AD 49 C9 E 40 0 15 11F 36 36
Octal 255 111 311 16 100 0 25 437 66 66
Binary 10101101 1001001 11001001 1110 1000000 0 10101 100011111 110110 110110

Color Harmonies of #AD49C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD49C9

Black with #AD49C9

Text Example


Text Example

White with #AD49C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD49C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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