Html Css Color HEX #AD50FB Medium Orchid

📋 copy color: '#AD50FB'

red 173 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #AD50FB

Tints of Medium Orchid #AD50FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 34.33%
G = 15.87%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD50FB (or 0xAD50FB) is known color: Medium Orchid. HEX triplet: AD, 50 and FB. RGB value is (173,80,251). Sum of RGB (Red+Green+Blue) = 173+80+251=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD50FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50FB is #52AF04. Grayscale: #7E7E7E. Windows color (decimal): -5418757 or 16470189. OLE color: 16470189.

HSL color Cylindrical-coordinate representation of color #AD50FB: hue angle of 272.63º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD50FB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 80 251 -
CMYK 0.31 0.68 0 0.02
HSL 272.63º 0.96% 0.65% -
HSV(B) 272.63º 0.68% 0.98% -
XYZ 37.51 21.59 93.46 -
YUV 127.3 197.81 160.6 -
System Red Green Blue C M Y K H S L
Decimal 173 80 251 0.31 0.68 0 0.02 272.63 0.96 0.65
Hex AD 50 FB 1F 44 0 2 111 60 41
Octal 255 120 373 37 104 0 2 421 140 101
Binary 10101101 1010000 11111011 11111 1000100 0 10 100010001 1100000 1000001

Color Harmonies of #AD50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50FB

Black with #AD50FB

Text Example


Text Example

White with #AD50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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