#AD62C3

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

Shades of Medium Orchid #AD62C3

Tints of Medium Orchid #AD62C3

Color information

#AD62C3 (or 0xAD62C3) is unknown color: approx Medium Orchid. HEX triplet: AD, 62 and C3. RGB value is (173,98,195). Sum of RGB (Red+Green+Blue) = 173+98+195=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD62C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62C3 is #529D3C. Grayscale: #838383. Windows color (decimal): -5414205 or 12804781. OLE color: 12804781.

HSL color Cylindrical-coordinate representation of color #AD62C3: hue angle of 286.39º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD62C3 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17398195-
CMYK0.110.5000.24
HSL286.39º44.7%57.45%-
HSV(B)286.39º49.74%76.47%-
XYZ31.4521.5654.13-
YUV131.48163.85157.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=37.12%
G=21.03%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173981950.110.5000.24286.3944.757.45
HexAD62C3B3201811e2d39
Octal25514230313620304365571
Binary101011011100010110000111011110010011000100011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62C3; }

 p { color: rgb(173,98,195); }

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

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

 a { background-color: rgb(173,98,195); }

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

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

 span { border-color: rgb(173,98,195); }

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