Html Css Color HEX #AD47FB Medium Orchid

📋 copy color: '#AD47FB'

red 173 ◦ green 71 ◦ blue 251

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

Shades of Medium Orchid #AD47FB

Tints of Medium Orchid #AD47FB

RGB

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

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

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

R = 34.95%
G = 14.34%
B = 50.71%

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

#AD47FB (or 0xAD47FB) is known color: Medium Orchid. HEX triplet: AD, 47 and FB. RGB value is (173,71,251). Sum of RGB (Red+Green+Blue) = 173+71+251=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD47FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47FB is #52B804. Grayscale: #797979. Windows color (decimal): -5421061 or 16467885. OLE color: 16467885.

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

Color convert

RGB 173 71 251 -
CMYK 0.31 0.72 0 0.02
HSL 274º 0.96% 0.63% -
HSV(B) 274º 0.72% 0.98% -
XYZ 36.9 20.36 93.25 -
YUV 122.02 200.79 164.36 -
System Red Green Blue C M Y K H S L
Decimal 173 71 251 0.31 0.72 0 0.02 274 0.96 0.63
Hex AD 47 FB 1F 48 0 2 112 60 3F
Octal 255 107 373 37 110 0 2 422 140 77
Binary 10101101 1000111 11111011 11111 1001000 0 10 100010010 1100000 111111

Color Harmonies of #AD47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47FB

Black with #AD47FB

Text Example


Text Example

White with #AD47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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