Html Css Color HEX #AD49C4 Medium Orchid

📋 copy color: '#AD49C4'

red 173 ◦ green 73 ◦ blue 196

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

Shades of Medium Orchid #AD49C4

Tints of Medium Orchid #AD49C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 39.14%
G = 16.52%
B = 44.34%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD49C4 (or 0xAD49C4) is known color: Medium Orchid. HEX triplet: AD, 49 and C4. RGB value is (173,73,196). Sum of RGB (Red+Green+Blue) = 173+73+196=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD49C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49C4 is #52B63B. Grayscale: #747474. Windows color (decimal): -5420604 or 12863917. OLE color: 12863917.

HSL color Cylindrical-coordinate representation of color #AD49C4: hue angle of 288.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD49C4 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 73 196 -
CMYK 0.12 0.63 0 0.23
HSL 288.78º 0.51% 0.53% -
HSV(B) 288.78º 0.63% 0.77% -
XYZ 29.58 17.63 54.07 -
YUV 116.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 173 73 196 0.12 0.63 0 0.23 288.78 0.51 0.53
Hex AD 49 C4 C 3F 0 17 121 33 35
Octal 255 111 304 14 77 0 27 441 63 65
Binary 10101101 1001001 11000100 1100 111111 0 10111 100100001 110011 110101

Color Harmonies of #AD49C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD49C4

Black with #AD49C4

Text Example


Text Example

White with #AD49C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD49C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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