Html Css Color HEX #AD40F3 Medium Orchid

📋 copy color: '#AD40F3'

red 173 ◦ green 64 ◦ blue 243

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

Shades of Medium Orchid #AD40F3

Tints of Medium Orchid #AD40F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.63%

R = 36.04%
G = 13.33%
B = 50.63%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD40F3 (or 0xAD40F3) is known color: Medium Orchid. HEX triplet: AD, 40 and F3. RGB value is (173,64,243). Sum of RGB (Red+Green+Blue) = 173+64+243=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD40F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40F3 is #52BF0C. Grayscale: #747474. Windows color (decimal): -5422861 or 15941805. OLE color: 15941805.

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

Color convert

RGB 173 64 243 -
CMYK 0.29 0.74 0 0.05
HSL 276.54º 0.88% 0.6% -
HSV(B) 276.54º 0.74% 0.95% -
XYZ 35.24 19.02 86.61 -
YUV 117 199.11 167.95 -
System Red Green Blue C M Y K H S L
Decimal 173 64 243 0.29 0.74 0 0.05 276.54 0.88 0.6
Hex AD 40 F3 1D 4A 0 5 115 58 3C
Octal 255 100 363 35 112 0 5 425 130 74
Binary 10101101 1000000 11110011 11101 1001010 0 101 100010101 1011000 111100

Color Harmonies of #AD40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40F3

Black with #AD40F3

Text Example


Text Example

White with #AD40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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