Html Css Color HEX #AD47FA Medium Orchid

📋 copy color: '#AD47FA'

red 173 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #AD47FA

Tints of Medium Orchid #AD47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.37%

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

R = 35.02%
G = 14.37%
B = 50.61%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD47FA (or 0xAD47FA) is known color: Medium Orchid. HEX triplet: AD, 47 and FA. RGB value is (173,71,250). Sum of RGB (Red+Green+Blue) = 173+71+250=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD47FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47FA is #52B805. Grayscale: #797979. Windows color (decimal): -5421062 or 16402349. OLE color: 16402349.

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

Color convert

RGB 173 71 250 -
CMYK 0.31 0.72 0 0.02
HSL 274.19º 0.95% 0.63% -
HSV(B) 274.19º 0.72% 0.98% -
XYZ 36.74 20.29 92.42 -
YUV 121.9 200.29 164.45 -
System Red Green Blue C M Y K H S L
Decimal 173 71 250 0.31 0.72 0 0.02 274.19 0.95 0.63
Hex AD 47 FA 1F 48 0 2 112 5F 3F
Octal 255 107 372 37 110 0 2 422 137 77
Binary 10101101 1000111 11111010 11111 1001000 0 10 100010010 1011111 111111

Color Harmonies of #AD47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47FA

Black with #AD47FA

Text Example


Text Example

White with #AD47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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