Html Css Color HEX #AD49C0 Medium Orchid

📋 copy color: '#AD49C0'

red 173 ◦ green 73 ◦ blue 192

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

Shades of Medium Orchid #AD49C0

Tints of Medium Orchid #AD49C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 39.5%
G = 16.67%
B = 43.84%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD49C0 (or 0xAD49C0) is known color: Medium Orchid. HEX triplet: AD, 49 and C0. RGB value is (173,73,192). Sum of RGB (Red+Green+Blue) = 173+73+192=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD49C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49C0 is #52B63F. Grayscale: #747474. Windows color (decimal): -5420608 or 12601773. OLE color: 12601773.

HSL color Cylindrical-coordinate representation of color #AD49C0: hue angle of 290.42º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD49C0 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 73 192 -
CMYK 0.10 0.62 0 0.25
HSL 290.42º 0.49% 0.52% -
HSV(B) 290.42º 0.62% 0.75% -
XYZ 29.13 17.46 51.7 -
YUV 116.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 173 73 192 0.10 0.62 0 0.25 290.42 0.49 0.52
Hex AD 49 C0 A 3E 0 19 122 31 34
Octal 255 111 300 12 76 0 31 442 61 64
Binary 10101101 1001001 11000000 1010 111110 0 11001 100100010 110001 110100

Color Harmonies of #AD49C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD49C0

Black with #AD49C0

Text Example


Text Example

White with #AD49C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD49C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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