Html Css Color HEX #AD50FA Medium Orchid

📋 copy color: '#AD50FA'

red 173 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #AD50FA

Tints of Medium Orchid #AD50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 34.39%
G = 15.9%
B = 49.7%

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

#AD50FA (or 0xAD50FA) is known color: Medium Orchid. HEX triplet: AD, 50 and FA. RGB value is (173,80,250). Sum of RGB (Red+Green+Blue) = 173+80+250=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50FA is #52AF05. Grayscale: #7E7E7E. Windows color (decimal): -5418758 or 16404653. OLE color: 16404653.

HSL color Cylindrical-coordinate representation of color #AD50FA: hue angle of 272.82º degrees, saturation: 0.94, 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 #AD50FA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 80 250 -
CMYK 0.31 0.68 0 0.02
HSL 272.82º 0.94% 0.65% -
HSV(B) 272.82º 0.68% 0.98% -
XYZ 37.36 21.52 92.63 -
YUV 127.19 197.31 160.68 -
System Red Green Blue C M Y K H S L
Decimal 173 80 250 0.31 0.68 0 0.02 272.82 0.94 0.65
Hex AD 50 FA 1F 44 0 2 111 5E 41
Octal 255 120 372 37 104 0 2 421 136 101
Binary 10101101 1010000 11111010 11111 1000100 0 10 100010001 1011110 1000001

Color Harmonies of #AD50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50FA

Black with #AD50FA

Text Example


Text Example

White with #AD50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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