Html Css Color HEX #AD50F4 Medium Orchid

📋 copy color: '#AD50F4'

red 173 ◦ green 80 ◦ blue 244

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

Shades of Medium Orchid #AD50F4

Tints of Medium Orchid #AD50F4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 34.81%
G = 16.1%
B = 49.09%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD50F4 (or 0xAD50F4) is known color: Medium Orchid. HEX triplet: AD, 50 and F4. RGB value is (173,80,244). Sum of RGB (Red+Green+Blue) = 173+80+244=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD50F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50F4 is #52AF0B. Grayscale: #7D7D7D. Windows color (decimal): -5418764 or 16011437. OLE color: 16011437.

HSL color Cylindrical-coordinate representation of color #AD50F4: hue angle of 274.02º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD50F4 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 80 244 -
CMYK 0.29 0.67 0 0.04
HSL 274.02º 0.88% 0.64% -
HSV(B) 274.02º 0.67% 0.96% -
XYZ 36.43 21.15 87.75 -
YUV 126.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 173 80 244 0.29 0.67 0 0.04 274.02 0.88 0.64
Hex AD 50 F4 1D 43 0 4 112 58 40
Octal 255 120 364 35 103 0 4 422 130 100
Binary 10101101 1010000 11110100 11101 1000011 0 100 100010010 1011000 1000000

Color Harmonies of #AD50F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50F4

Black with #AD50F4

Text Example


Text Example

White with #AD50F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50F4; }

 p { color: rgb(173,80,244); }

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

background-color css

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

 a { background-color: rgb(173,80,244); }

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

border-color css

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

 span { border-color: rgb(173,80,244); }

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