Html Css Color HEX #AD4EE1 Medium Orchid

📋 copy color: '#AD4EE1'

red 173 ◦ green 78 ◦ blue 225

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

Shades of Medium Orchid #AD4EE1

Tints of Medium Orchid #AD4EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 36.34%
G = 16.39%
B = 47.27%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD4EE1 (or 0xAD4EE1) is known color: Medium Orchid. HEX triplet: AD, 4E and E1. RGB value is (173,78,225). Sum of RGB (Red+Green+Blue) = 173+78+225=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD4EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EE1 is #52B11E. Grayscale: #7A7A7A. Windows color (decimal): -5419295 or 14765741. OLE color: 14765741.

HSL color Cylindrical-coordinate representation of color #AD4EE1: hue angle of 278.78º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4EE1 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 78 225 -
CMYK 0.23 0.65 0 0.12
HSL 278.78º 0.71% 0.59% -
HSV(B) 278.78º 0.65% 0.88% -
XYZ 33.55 19.77 73.28 -
YUV 123.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 173 78 225 0.23 0.65 0 0.12 278.78 0.71 0.59
Hex AD 4E E1 17 41 0 C 117 47 3B
Octal 255 116 341 27 101 0 14 427 107 73
Binary 10101101 1001110 11100001 10111 1000001 0 1100 100010111 1000111 111011

Color Harmonies of #AD4EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4EE1

Black with #AD4EE1

Text Example


Text Example

White with #AD4EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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