Html Css Color HEX #AD4FD8 Medium Orchid

📋 copy color: '#AD4FD8'

red 173 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #AD4FD8

Tints of Medium Orchid #AD4FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 36.97%
G = 16.88%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD4FD8 (or 0xAD4FD8) is known color: Medium Orchid. HEX triplet: AD, 4F and D8. RGB value is (173,79,216). Sum of RGB (Red+Green+Blue) = 173+79+216=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD4FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FD8 is #52B027. Grayscale: #7A7A7A. Windows color (decimal): -5419048 or 14176173. OLE color: 14176173.

HSL color Cylindrical-coordinate representation of color #AD4FD8: hue angle of 281.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4FD8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 79 216 -
CMYK 0.20 0.63 0 0.15
HSL 281.17º 0.64% 0.58% -
HSV(B) 281.17º 0.63% 0.85% -
XYZ 32.42 19.43 67.01 -
YUV 122.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 173 79 216 0.20 0.63 0 0.15 281.17 0.64 0.58
Hex AD 4F D8 14 3F 0 F 119 40 3A
Octal 255 117 330 24 77 0 17 431 100 72
Binary 10101101 1001111 11011000 10100 111111 0 1111 100011001 1000000 111010

Color Harmonies of #AD4FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FD8

Black with #AD4FD8

Text Example


Text Example

White with #AD4FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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