Html Css Color HEX #AD41E8 Medium Orchid

📋 copy color: '#AD41E8'

red 173 ◦ green 65 ◦ blue 232

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

Shades of Medium Orchid #AD41E8

Tints of Medium Orchid #AD41E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 36.81%
G = 13.83%
B = 49.36%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD41E8 (or 0xAD41E8) is known color: Medium Orchid. HEX triplet: AD, 41 and E8. RGB value is (173,65,232). Sum of RGB (Red+Green+Blue) = 173+65+232=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD41E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41E8 is #52BE17. Grayscale: #737373. Windows color (decimal): -5422616 or 15221165. OLE color: 15221165.

HSL color Cylindrical-coordinate representation of color #AD41E8: hue angle of 278.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD41E8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 65 232 -
CMYK 0.25 0.72 0 0.09
HSL 278.8º 0.78% 0.58% -
HSV(B) 278.8º 0.72% 0.91% -
XYZ 33.69 18.49 78.14 -
YUV 116.33 193.28 168.42 -
System Red Green Blue C M Y K H S L
Decimal 173 65 232 0.25 0.72 0 0.09 278.8 0.78 0.58
Hex AD 41 E8 19 48 0 9 117 4E 3A
Octal 255 101 350 31 110 0 11 427 116 72
Binary 10101101 1000001 11101000 11001 1001000 0 1001 100010111 1001110 111010

Color Harmonies of #AD41E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41E8

Black with #AD41E8

Text Example


Text Example

White with #AD41E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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