Html Css Color HEX #AD47FD Medium Orchid

📋 copy color: '#AD47FD'

red 173 ◦ green 71 ◦ blue 253

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

Shades of Medium Orchid #AD47FD

Tints of Medium Orchid #AD47FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 34.81%
G = 14.29%
B = 50.91%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD47FD (or 0xAD47FD) is known color: Medium Orchid. HEX triplet: AD, 47 and FD. RGB value is (173,71,253). Sum of RGB (Red+Green+Blue) = 173+71+253=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD47FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47FD is #52B802. Grayscale: #797979. Windows color (decimal): -5421059 or 16598957. OLE color: 16598957.

HSL color Cylindrical-coordinate representation of color #AD47FD: hue angle of 273.63º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD47FD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 71 253 -
CMYK 0.32 0.72 0 0.01
HSL 273.63º 0.98% 0.64% -
HSV(B) 273.63º 0.72% 0.99% -
XYZ 37.22 20.48 94.92 -
YUV 122.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 173 71 253 0.32 0.72 0 0.01 273.63 0.98 0.64
Hex AD 47 FD 20 48 0 1 112 62 40
Octal 255 107 375 40 110 0 1 422 142 100
Binary 10101101 1000111 11111101 100000 1001000 0 1 100010010 1100010 1000000

Color Harmonies of #AD47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47FD

Black with #AD47FD

Text Example


Text Example

White with #AD47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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