Html Css Color HEX #AD46FD Medium Orchid

📋 copy color: '#AD46FD'

red 173 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #AD46FD

Tints of Medium Orchid #AD46FD

RGB

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

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

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

R = 34.88%
G = 14.11%
B = 51.01%

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

#AD46FD (or 0xAD46FD) is known color: Medium Orchid. HEX triplet: AD, 46 and FD. RGB value is (173,70,253). Sum of RGB (Red+Green+Blue) = 173+70+253=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD46FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD46FD is #52B902. Grayscale: #797979. Windows color (decimal): -5421315 or 16598701. OLE color: 16598701.

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

Color convert

RGB 173 70 253 -
CMYK 0.32 0.72 0 0.01
HSL 273.77º 0.98% 0.63% -
HSV(B) 273.77º 0.72% 0.99% -
XYZ 37.15 20.36 94.9 -
YUV 121.66 202.12 164.62 -
System Red Green Blue C M Y K H S L
Decimal 173 70 253 0.32 0.72 0 0.01 273.77 0.98 0.63
Hex AD 46 FD 20 48 0 1 112 62 3F
Octal 255 106 375 40 110 0 1 422 142 77
Binary 10101101 1000110 11111101 100000 1001000 0 1 100010010 1100010 111111

Color Harmonies of #AD46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46FD

Black with #AD46FD

Text Example


Text Example

White with #AD46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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