Html Css Color HEX #AD46FE Medium Orchid

📋 copy color: '#AD46FE'

red 173 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #AD46FE

Tints of Medium Orchid #AD46FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 34.81%
G = 14.08%
B = 51.11%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD46FE (or 0xAD46FE) is known color: Medium Orchid. HEX triplet: AD, 46 and FE. RGB value is (173,70,254). Sum of RGB (Red+Green+Blue) = 173+70+254=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD46FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD46FE is #52B901. Grayscale: #797979. Windows color (decimal): -5421314 or 16664237. OLE color: 16664237.

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

Color convert

RGB 173 70 254 -
CMYK 0.32 0.72 0 0.00
HSL 273.59º 0.99% 0.64% -
HSV(B) 273.59º 0.72% 1% -
XYZ 37.31 20.42 95.74 -
YUV 121.77 202.62 164.54 -
System Red Green Blue C M Y K H S L
Decimal 173 70 254 0.32 0.72 0 0.00 273.59 0.99 0.64
Hex AD 46 FE 20 48 0 0 112 63 40
Octal 255 106 376 40 110 0 0 422 143 100
Binary 10101101 1000110 11111110 100000 1001000 0 0 100010010 1100011 1000000

Color Harmonies of #AD46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46FE

Black with #AD46FE

Text Example


Text Example

White with #AD46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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