Html Css Color HEX #AD46DC Medium Orchid

📋 copy color: '#AD46DC'

red 173 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #AD46DC

Tints of Medium Orchid #AD46DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 37.37%
G = 15.12%
B = 47.52%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD46DC (or 0xAD46DC) is known color: Medium Orchid. HEX triplet: AD, 46 and DC. RGB value is (173,70,220). Sum of RGB (Red+Green+Blue) = 173+70+220=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46DC is #52B923. Grayscale: #757575. Windows color (decimal): -5421348 or 14436013. OLE color: 14436013.

HSL color Cylindrical-coordinate representation of color #AD46DC: hue angle of 281.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD46DC is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 70 220 -
CMYK 0.21 0.68 0 0.14
HSL 281.2º 0.68% 0.57% -
HSV(B) 281.2º 0.68% 0.86% -
XYZ 32.34 18.43 69.56 -
YUV 117.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 173 70 220 0.21 0.68 0 0.14 281.2 0.68 0.57
Hex AD 46 DC 15 44 0 E 119 44 39
Octal 255 106 334 25 104 0 16 431 104 71
Binary 10101101 1000110 11011100 10101 1000100 0 1110 100011001 1000100 111001

Color Harmonies of #AD46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46DC

Black with #AD46DC

Text Example


Text Example

White with #AD46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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