Html Css Color HEX #AD50F6 Medium Orchid

📋 copy color: '#AD50F6'

red 173 ◦ green 80 ◦ blue 246

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

Shades of Medium Orchid #AD50F6

Tints of Medium Orchid #AD50F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 34.67%
G = 16.03%
B = 49.3%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD50F6 (or 0xAD50F6) is known color: Medium Orchid. HEX triplet: AD, 50 and F6. RGB value is (173,80,246). Sum of RGB (Red+Green+Blue) = 173+80+246=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD50F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50F6 is #52AF09. Grayscale: #7E7E7E. Windows color (decimal): -5418762 or 16142509. OLE color: 16142509.

HSL color Cylindrical-coordinate representation of color #AD50F6: hue angle of 273.61º degrees, saturation: 0.9, 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 #AD50F6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 80 246 -
CMYK 0.30 0.67 0 0.04
HSL 273.61º 0.9% 0.64% -
HSV(B) 273.61º 0.67% 0.96% -
XYZ 36.74 21.28 89.36 -
YUV 126.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 173 80 246 0.30 0.67 0 0.04 273.61 0.9 0.64
Hex AD 50 F6 1E 43 0 4 112 5A 40
Octal 255 120 366 36 103 0 4 422 132 100
Binary 10101101 1010000 11110110 11110 1000011 0 100 100010010 1011010 1000000

Color Harmonies of #AD50F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50F6

Black with #AD50F6

Text Example


Text Example

White with #AD50F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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