#AD62CF

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

Shades of Medium Orchid #AD62CF

Tints of Medium Orchid #AD62CF

Color information

#AD62CF (or 0xAD62CF) is unknown color: approx Medium Orchid. HEX triplet: AD, 62 and CF. RGB value is (173,98,207). Sum of RGB (Red+Green+Blue) = 173+98+207=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62CF is #529D30. Grayscale: #848484. Windows color (decimal): -5414193 or 13591213. OLE color: 13591213.

HSL color Cylindrical-coordinate representation of color #AD62CF: hue angle of 281.28º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD62CF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17398207-
CMYK0.160.5300.19
HSL281.28º53.17%59.8%-
HSV(B)281.28º52.66%81.18%-
XYZ32.8622.1261.57-
YUV132.85169.85156.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=36.19%
G=20.50%
B=43.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173982070.160.5300.19281.2853.1759.8
HexAD62CF1035013119353c
Octal25514231720650234316574
Binary1010110111000101100111110000110101010011100011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62CF; }

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

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

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

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

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

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

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

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