#AD61C6

Color #AD61C6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AD61C6

Tints of Medium Orchid #AD61C6

Color information

#AD61C6 (or 0xAD61C6) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and C6. RGB value is (173,97,198). Sum of RGB (Red+Green+Blue) = 173+97+198=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD61C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C6 is #529E39. Grayscale: #828282. Windows color (decimal): -5414458 or 13001133. OLE color: 13001133.

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

Color convert

RGB17397198-
CMYK0.130.5100.22
HSL285.15º46.98%57.84%-
HSV(B)285.15º51.01%77.65%-
XYZ31.721.5155.91-
YUV131.24165.68157.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 198 (77.73% from 255) = 42.31%
R=36.97%
G=20.73%
B=42.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173971980.130.5100.22285.1546.9857.84
HexAD61C6D3301611d2f3a
Octal25514130615630264355772
Binary101011011100001110001101101110011010110100011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61C6; }

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

 H1.HeaderClassName
 {
   color: #AD61C6;
 }
 .AnyTagClassName
 {
   color: #AD61C6;
 }
</style>
background-color css

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

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

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

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

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

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