Html Css Color HEX #AD6AC5 Medium Orchid

📋 copy color: '#AD6AC5'

red 173 ◦ green 106 ◦ blue 197

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

Shades of Medium Orchid #AD6AC5

Tints of Medium Orchid #AD6AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.39%

R = 36.34%
G = 22.27%
B = 41.39%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD6AC5 (or 0xAD6AC5) is known color: Medium Orchid. HEX triplet: AD, 6A and C5. RGB value is (173,106,197). Sum of RGB (Red+Green+Blue) = 173+106+197=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD6AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AC5 is #52953A. Grayscale: #888888. Windows color (decimal): -5412155 or 12937901. OLE color: 12937901.

HSL color Cylindrical-coordinate representation of color #AD6AC5: hue angle of 284.18º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6AC5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 106 197 -
CMYK 0.12 0.46 0 0.23
HSL 284.18º 0.44% 0.59% -
HSV(B) 284.18º 0.46% 0.77% -
XYZ 32.47 23.22 55.59 -
YUV 136.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 173 106 197 0.12 0.46 0 0.23 284.18 0.44 0.59
Hex AD 6A C5 C 2E 0 17 11C 2C 3B
Octal 255 152 305 14 56 0 27 434 54 73
Binary 10101101 1101010 11000101 1100 101110 0 10111 100011100 101100 111011

Color Harmonies of #AD6AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AC5

Black with #AD6AC5

Text Example


Text Example

White with #AD6AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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