Html Css Color HEX #AD4EC1 Medium Orchid

📋 copy color: '#AD4EC1'

red 173 ◦ green 78 ◦ blue 193

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

Shades of Medium Orchid #AD4EC1

Tints of Medium Orchid #AD4EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 38.96%
G = 17.57%
B = 43.47%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD4EC1 (or 0xAD4EC1) is known color: Medium Orchid. HEX triplet: AD, 4E and C1. RGB value is (173,78,193). Sum of RGB (Red+Green+Blue) = 173+78+193=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD4EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EC1 is #52B13E. Grayscale: #777777. Windows color (decimal): -5419327 or 12668589. OLE color: 12668589.

HSL color Cylindrical-coordinate representation of color #AD4EC1: hue angle of 289.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4EC1 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 78 193 -
CMYK 0.10 0.60 0 0.24
HSL 289.57º 0.48% 0.53% -
HSV(B) 289.57º 0.6% 0.76% -
XYZ 29.58 18.18 52.4 -
YUV 119.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 173 78 193 0.10 0.60 0 0.24 289.57 0.48 0.53
Hex AD 4E C1 A 3C 0 18 122 30 35
Octal 255 116 301 12 74 0 30 442 60 65
Binary 10101101 1001110 11000001 1010 111100 0 11000 100100010 110000 110101

Color Harmonies of #AD4EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4EC1

Black with #AD4EC1

Text Example


Text Example

White with #AD4EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4EC1; }

 p { color: rgb(173,78,193); }

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

background-color css

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

 a { background-color: rgb(173,78,193); }

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

border-color css

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

 span { border-color: rgb(173,78,193); }

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