Html Css Color HEX #AD6AC1 Medium Orchid

📋 copy color: '#AD6AC1'

red 173 ◦ green 106 ◦ blue 193

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

Shades of Medium Orchid #AD6AC1

Tints of Medium Orchid #AD6AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 36.65%
G = 22.46%
B = 40.89%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD6AC1 (or 0xAD6AC1) is known color: Medium Orchid. HEX triplet: AD, 6A and C1. RGB value is (173,106,193). Sum of RGB (Red+Green+Blue) = 173+106+193=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD6AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AC1 is #52953E. Grayscale: #878787. Windows color (decimal): -5412159 or 12675757. OLE color: 12675757.

HSL color Cylindrical-coordinate representation of color #AD6AC1: hue angle of 286.21º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6AC1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 106 193 -
CMYK 0.10 0.45 0 0.24
HSL 286.21º 0.41% 0.59% -
HSV(B) 286.21º 0.45% 0.76% -
XYZ 32.01 23.04 53.21 -
YUV 135.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 173 106 193 0.10 0.45 0 0.24 286.21 0.41 0.59
Hex AD 6A C1 A 2D 0 18 11E 29 3B
Octal 255 152 301 12 55 0 30 436 51 73
Binary 10101101 1101010 11000001 1010 101101 0 11000 100011110 101001 111011

Color Harmonies of #AD6AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AC1

Black with #AD6AC1

Text Example


Text Example

White with #AD6AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AC1; }

 p { color: rgb(173,106,193); }

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

background-color css

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

 a { background-color: rgb(173,106,193); }

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

border-color css

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

 span { border-color: rgb(173,106,193); }

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