Html Css Color HEX #AD6BC1 Medium Orchid

📋 copy color: '#AD6BC1'

red 173 ◦ green 107 ◦ blue 193

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

Shades of Medium Orchid #AD6BC1

Tints of Medium Orchid #AD6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

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

R = 36.58%
G = 22.62%
B = 40.8%

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

#AD6BC1 (or 0xAD6BC1) is known color: Medium Orchid. HEX triplet: AD, 6B and C1. RGB value is (173,107,193). Sum of RGB (Red+Green+Blue) = 173+107+193=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD6BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BC1 is #52943E. Grayscale: #888888. Windows color (decimal): -5411903 or 12676013. OLE color: 12676013.

HSL color Cylindrical-coordinate representation of color #AD6BC1: hue angle of 286.05º 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 #AD6BC1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 107 193 -
CMYK 0.10 0.45 0 0.24
HSL 286.05º 0.41% 0.59% -
HSV(B) 286.05º 0.45% 0.76% -
XYZ 32.12 23.25 53.25 -
YUV 136.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 173 107 193 0.10 0.45 0 0.24 286.05 0.41 0.59
Hex AD 6B C1 A 2D 0 18 11E 29 3B
Octal 255 153 301 12 55 0 30 436 51 73
Binary 10101101 1101011 11000001 1010 101101 0 11000 100011110 101001 111011

Color Harmonies of #AD6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BC1

Black with #AD6BC1

Text Example


Text Example

White with #AD6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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