Html Css Color HEX #AD46C9 Medium Orchid

📋 copy color: '#AD46C9'

red 173 ◦ green 70 ◦ blue 201

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

Shades of Medium Orchid #AD46C9

Tints of Medium Orchid #AD46C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 38.96%
G = 15.77%
B = 45.27%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD46C9 (or 0xAD46C9) is known color: Medium Orchid. HEX triplet: AD, 46 and C9. RGB value is (173,70,201). Sum of RGB (Red+Green+Blue) = 173+70+201=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD46C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46C9 is #52B936. Grayscale: #737373. Windows color (decimal): -5421367 or 13190829. OLE color: 13190829.

HSL color Cylindrical-coordinate representation of color #AD46C9: hue angle of 287.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD46C9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 70 201 -
CMYK 0.14 0.65 0 0.21
HSL 287.18º 0.55% 0.53% -
HSV(B) 287.18º 0.65% 0.79% -
XYZ 29.97 17.48 57.05 -
YUV 115.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 173 70 201 0.14 0.65 0 0.21 287.18 0.55 0.53
Hex AD 46 C9 E 41 0 15 11F 37 35
Octal 255 106 311 16 101 0 25 437 67 65
Binary 10101101 1000110 11001001 1110 1000001 0 10101 100011111 110111 110101

Color Harmonies of #AD46C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46C9

Black with #AD46C9

Text Example


Text Example

White with #AD46C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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