Html Css Color HEX #AD46DB Medium Orchid

📋 copy color: '#AD46DB'

red 173 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #AD46DB

Tints of Medium Orchid #AD46DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 37.45%
G = 15.15%
B = 47.4%

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

#AD46DB (or 0xAD46DB) is known color: Medium Orchid. HEX triplet: AD, 46 and DB. RGB value is (173,70,219). Sum of RGB (Red+Green+Blue) = 173+70+219=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD46DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46DB is #52B924. Grayscale: #757575. Windows color (decimal): -5421349 or 14370477. OLE color: 14370477.

HSL color Cylindrical-coordinate representation of color #AD46DB: hue angle of 281.48º degrees, saturation: 0.67, 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 #AD46DB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 70 219 -
CMYK 0.21 0.68 0 0.14
HSL 281.48º 0.67% 0.57% -
HSV(B) 281.48º 0.68% 0.86% -
XYZ 32.21 18.38 68.87 -
YUV 117.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 173 70 219 0.21 0.68 0 0.14 281.48 0.67 0.57
Hex AD 46 DB 15 44 0 E 119 43 39
Octal 255 106 333 25 104 0 16 431 103 71
Binary 10101101 1000110 11011011 10101 1000100 0 1110 100011001 1000011 111001

Color Harmonies of #AD46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46DB

Black with #AD46DB

Text Example


Text Example

White with #AD46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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