Html Css Color HEX #AD46FB Medium Orchid

📋 copy color: '#AD46FB'

red 173 ◦ green 70 ◦ blue 251

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

Shades of Medium Orchid #AD46FB

Tints of Medium Orchid #AD46FB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.17%

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

R = 35.02%
G = 14.17%
B = 50.81%

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

#AD46FB (or 0xAD46FB) is known color: Medium Orchid. HEX triplet: AD, 46 and FB. RGB value is (173,70,251). Sum of RGB (Red+Green+Blue) = 173+70+251=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD46FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD46FB is #52B904. Grayscale: #787878. Windows color (decimal): -5421317 or 16467629. OLE color: 16467629.

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

Color convert

RGB 173 70 251 -
CMYK 0.31 0.72 0 0.02
HSL 274.14º 0.96% 0.63% -
HSV(B) 274.14º 0.72% 0.98% -
XYZ 36.84 20.23 93.23 -
YUV 121.43 201.12 164.78 -
System Red Green Blue C M Y K H S L
Decimal 173 70 251 0.31 0.72 0 0.02 274.14 0.96 0.63
Hex AD 46 FB 1F 48 0 2 112 60 3F
Octal 255 106 373 37 110 0 2 422 140 77
Binary 10101101 1000110 11111011 11111 1001000 0 10 100010010 1100000 111111

Color Harmonies of #AD46FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46FB

Black with #AD46FB

Text Example


Text Example

White with #AD46FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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