Html Css Color HEX #AD40F1 Medium Orchid

📋 copy color: '#AD40F1'

red 173 ◦ green 64 ◦ blue 241

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

Shades of Medium Orchid #AD40F1

Tints of Medium Orchid #AD40F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.39%

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 36.19%
G = 13.39%
B = 50.42%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD40F1 (or 0xAD40F1) is known color: Medium Orchid. HEX triplet: AD, 40 and F1. RGB value is (173,64,241). Sum of RGB (Red+Green+Blue) = 173+64+241=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD40F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40F1 is #52BF0E. Grayscale: #747474. Windows color (decimal): -5422863 or 15810733. OLE color: 15810733.

HSL color Cylindrical-coordinate representation of color #AD40F1: hue angle of 276.95º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD40F1 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 64 241 -
CMYK 0.28 0.73 0 0.05
HSL 276.95º 0.86% 0.6% -
HSV(B) 276.95º 0.73% 0.95% -
XYZ 34.94 18.9 85.03 -
YUV 116.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 173 64 241 0.28 0.73 0 0.05 276.95 0.86 0.6
Hex AD 40 F1 1C 49 0 5 115 56 3C
Octal 255 100 361 34 111 0 5 425 126 74
Binary 10101101 1000000 11110001 11100 1001001 0 101 100010101 1010110 111100

Color Harmonies of #AD40F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40F1

Black with #AD40F1

Text Example


Text Example

White with #AD40F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40F1; }

 p { color: rgb(173,64,241); }

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

background-color css

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

 a { background-color: rgb(173,64,241); }

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

border-color css

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

 span { border-color: rgb(173,64,241); }

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