Html Css Color HEX #AD4DF2 Medium Orchid

📋 copy color: '#AD4DF2'

red 173 ◦ green 77 ◦ blue 242

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

Shades of Medium Orchid #AD4DF2

Tints of Medium Orchid #AD4DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 35.16%
G = 15.65%
B = 49.19%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD4DF2 (or 0xAD4DF2) is known color: Medium Orchid. HEX triplet: AD, 4D and F2. RGB value is (173,77,242). Sum of RGB (Red+Green+Blue) = 173+77+242=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DF2 is #52B20D. Grayscale: #7B7B7B. Windows color (decimal): -5419534 or 15879597. OLE color: 15879597.

HSL color Cylindrical-coordinate representation of color #AD4DF2: hue angle of 274.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4DF2 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 77 242 -
CMYK 0.29 0.68 0 0.05
HSL 274.91º 0.86% 0.63% -
HSV(B) 274.91º 0.68% 0.95% -
XYZ 35.91 20.6 86.09 -
YUV 124.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 173 77 242 0.29 0.68 0 0.05 274.91 0.86 0.63
Hex AD 4D F2 1D 44 0 5 113 56 3F
Octal 255 115 362 35 104 0 5 423 126 77
Binary 10101101 1001101 11110010 11101 1000100 0 101 100010011 1010110 111111

Color Harmonies of #AD4DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DF2

Black with #AD4DF2

Text Example


Text Example

White with #AD4DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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