Html Css Color HEX #AD41F3 Medium Orchid

📋 copy color: '#AD41F3'

red 173 ◦ green 65 ◦ blue 243

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

Shades of Medium Orchid #AD41F3

Tints of Medium Orchid #AD41F3

RGB

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

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

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

R = 35.97%
G = 13.51%
B = 50.52%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD41F3 (or 0xAD41F3) is known color: Medium Orchid. HEX triplet: AD, 41 and F3. RGB value is (173,65,243). Sum of RGB (Red+Green+Blue) = 173+65+243=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD41F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41F3 is #52BE0C. Grayscale: #747474. Windows color (decimal): -5422605 or 15942061. OLE color: 15942061.

HSL color Cylindrical-coordinate representation of color #AD41F3: hue angle of 276.4º degrees, saturation: 0.88, 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 #AD41F3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 65 243 -
CMYK 0.29 0.73 0 0.05
HSL 276.4º 0.88% 0.6% -
HSV(B) 276.4º 0.73% 0.95% -
XYZ 35.3 19.14 86.63 -
YUV 117.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 173 65 243 0.29 0.73 0 0.05 276.4 0.88 0.6
Hex AD 41 F3 1D 49 0 5 114 58 3C
Octal 255 101 363 35 111 0 5 424 130 74
Binary 10101101 1000001 11110011 11101 1001001 0 101 100010100 1011000 111100

Color Harmonies of #AD41F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41F3

Black with #AD41F3

Text Example


Text Example

White with #AD41F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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