Html Css Color HEX #AD4DF0 Medium Orchid

📋 copy color: '#AD4DF0'

red 173 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #AD4DF0

Tints of Medium Orchid #AD4DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.71%

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 35.31%
G = 15.71%
B = 48.98%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD4DF0 (or 0xAD4DF0) is known color: Medium Orchid. HEX triplet: AD, 4D and F0. RGB value is (173,77,240). Sum of RGB (Red+Green+Blue) = 173+77+240=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD4DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DF0 is #52B20F. Grayscale: #7B7B7B. Windows color (decimal): -5419536 or 15748525. OLE color: 15748525.

HSL color Cylindrical-coordinate representation of color #AD4DF0: hue angle of 275.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4DF0 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 77 240 -
CMYK 0.28 0.68 0 0.06
HSL 275.34º 0.84% 0.62% -
HSV(B) 275.34º 0.68% 0.94% -
XYZ 35.62 20.48 84.51 -
YUV 124.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 173 77 240 0.28 0.68 0 0.06 275.34 0.84 0.62
Hex AD 4D F0 1C 44 0 6 113 54 3E
Octal 255 115 360 34 104 0 6 423 124 76
Binary 10101101 1001101 11110000 11100 1000100 0 110 100010011 1010100 111110

Color Harmonies of #AD4DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DF0

Black with #AD4DF0

Text Example


Text Example

White with #AD4DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DF0; }

 p { color: rgb(173,77,240); }

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

background-color css

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

 a { background-color: rgb(173,77,240); }

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

border-color css

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

 span { border-color: rgb(173,77,240); }

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