Html Css Color HEX #AD51DA Medium Orchid

📋 copy color: '#AD51DA'

red 173 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #AD51DA

Tints of Medium Orchid #AD51DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 36.65%
G = 17.16%
B = 46.19%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD51DA (or 0xAD51DA) is known color: Medium Orchid. HEX triplet: AD, 51 and DA. RGB value is (173,81,218). Sum of RGB (Red+Green+Blue) = 173+81+218=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD51DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51DA is #52AE25. Grayscale: #7B7B7B. Windows color (decimal): -5418534 or 14307757. OLE color: 14307757.

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

Color convert

RGB 173 81 218 -
CMYK 0.21 0.63 0 0.15
HSL 280.29º 0.65% 0.59% -
HSV(B) 280.29º 0.63% 0.85% -
XYZ 32.83 19.83 68.43 -
YUV 124.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 173 81 218 0.21 0.63 0 0.15 280.29 0.65 0.59
Hex AD 51 DA 15 3F 0 F 118 41 3B
Octal 255 121 332 25 77 0 17 430 101 73
Binary 10101101 1010001 11011010 10101 111111 0 1111 100011000 1000001 111011

Color Harmonies of #AD51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51DA

Black with #AD51DA

Text Example


Text Example

White with #AD51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51DA; }

 p { color: rgb(173,81,218); }

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

background-color css

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

 a { background-color: rgb(173,81,218); }

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

border-color css

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

 span { border-color: rgb(173,81,218); }

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