Html Css Color HEX #AD61DF Medium Orchid

📋 copy color: '#AD61DF'

red 173 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #AD61DF

Tints of Medium Orchid #AD61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

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

R = 35.09%
G = 19.68%
B = 45.23%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD61DF (or 0xAD61DF) is known color: Medium Orchid. HEX triplet: AD, 61 and DF. RGB value is (173,97,223). Sum of RGB (Red+Green+Blue) = 173+97+223=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61DF is #529E20. Grayscale: #858585. Windows color (decimal): -5414433 or 14639533. OLE color: 14639533.

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

Color convert

RGB 173 97 223 -
CMYK 0.22 0.57 0 0.13
HSL 276.19º 0.66% 0.63% -
HSV(B) 276.19º 0.57% 0.87% -
XYZ 34.83 22.76 72.37 -
YUV 134.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 173 97 223 0.22 0.57 0 0.13 276.19 0.66 0.63
Hex AD 61 DF 16 39 0 D 114 42 3F
Octal 255 141 337 26 71 0 15 424 102 77
Binary 10101101 1100001 11011111 10110 111001 0 1101 100010100 1000010 111111

Color Harmonies of #AD61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61DF

Black with #AD61DF

Text Example


Text Example

White with #AD61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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