Html Css Color HEX #AD41EE Medium Orchid

📋 copy color: '#AD41EE'

red 173 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #AD41EE

Tints of Medium Orchid #AD41EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 36.34%
G = 13.66%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD41EE (or 0xAD41EE) is known color: Medium Orchid. HEX triplet: AD, 41 and EE. RGB value is (173,65,238). Sum of RGB (Red+Green+Blue) = 173+65+238=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD41EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41EE is #52BE11. Grayscale: #747474. Windows color (decimal): -5422610 or 15614381. OLE color: 15614381.

HSL color Cylindrical-coordinate representation of color #AD41EE: hue angle of 277.46º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD41EE is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 65 238 -
CMYK 0.27 0.73 0 0.07
HSL 277.46º 0.84% 0.59% -
HSV(B) 277.46º 0.73% 0.93% -
XYZ 34.56 18.84 82.7 -
YUV 117.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 173 65 238 0.27 0.73 0 0.07 277.46 0.84 0.59
Hex AD 41 EE 1B 49 0 7 115 54 3B
Octal 255 101 356 33 111 0 7 425 124 73
Binary 10101101 1000001 11101110 11011 1001001 0 111 100010101 1010100 111011

Color Harmonies of #AD41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41EE

Black with #AD41EE

Text Example


Text Example

White with #AD41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41EE; }

 p { color: rgb(173,65,238); }

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

background-color css

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

 a { background-color: rgb(173,65,238); }

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

border-color css

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

 span { border-color: rgb(173,65,238); }

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