Html Css Color HEX #AD6AC6 Medium Orchid

📋 copy color: '#AD6AC6'

red 173 ◦ green 106 ◦ blue 198

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

Shades of Medium Orchid #AD6AC6

Tints of Medium Orchid #AD6AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 36.27%
G = 22.22%
B = 41.51%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD6AC6 (or 0xAD6AC6) is known color: Medium Orchid. HEX triplet: AD, 6A and C6. RGB value is (173,106,198). Sum of RGB (Red+Green+Blue) = 173+106+198=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD6AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AC6 is #529539. Grayscale: #888888. Windows color (decimal): -5412154 or 13003437. OLE color: 13003437.

HSL color Cylindrical-coordinate representation of color #AD6AC6: hue angle of 283.7º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6AC6 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 106 198 -
CMYK 0.13 0.46 0 0.22
HSL 283.7º 0.45% 0.6% -
HSV(B) 283.7º 0.46% 0.78% -
XYZ 32.58 23.27 56.2 -
YUV 136.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 173 106 198 0.13 0.46 0 0.22 283.7 0.45 0.6
Hex AD 6A C6 D 2E 0 16 11C 2D 3C
Octal 255 152 306 15 56 0 26 434 55 74
Binary 10101101 1101010 11000110 1101 101110 0 10110 100011100 101101 111100

Color Harmonies of #AD6AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AC6

Black with #AD6AC6

Text Example


Text Example

White with #AD6AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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