Html Css Color HEX #AD4FDF Medium Orchid

📋 copy color: '#AD4FDF'

red 173 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #AD4FDF

Tints of Medium Orchid #AD4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 36.42%
G = 16.63%
B = 46.95%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD4FDF (or 0xAD4FDF) is known color: Medium Orchid. HEX triplet: AD, 4F and DF. RGB value is (173,79,223). Sum of RGB (Red+Green+Blue) = 173+79+223=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD4FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FDF is #52B020. Grayscale: #7B7B7B. Windows color (decimal): -5419041 or 14634925. OLE color: 14634925.

HSL color Cylindrical-coordinate representation of color #AD4FDF: hue angle of 279.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4FDF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 79 223 -
CMYK 0.22 0.65 0 0.13
HSL 279.17º 0.69% 0.59% -
HSV(B) 279.17º 0.65% 0.87% -
XYZ 33.35 19.8 71.88 -
YUV 123.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 173 79 223 0.22 0.65 0 0.13 279.17 0.69 0.59
Hex AD 4F DF 16 41 0 D 117 45 3B
Octal 255 117 337 26 101 0 15 427 105 73
Binary 10101101 1001111 11011111 10110 1000001 0 1101 100010111 1000101 111011

Color Harmonies of #AD4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FDF

Black with #AD4FDF

Text Example


Text Example

White with #AD4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FDF; }

 p { color: rgb(173,79,223); }

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

background-color css

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

 a { background-color: rgb(173,79,223); }

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

border-color css

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

 span { border-color: rgb(173,79,223); }

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