#AD62DD

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

Shades of Medium Orchid #AD62DD

Tints of Medium Orchid #AD62DD

Color information

#AD62DD (or 0xAD62DD) is unknown color: approx Medium Orchid. HEX triplet: AD, 62 and DD. RGB value is (173,98,221). Sum of RGB (Red+Green+Blue) = 173+98+221=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62DD is #529D22. Grayscale: #868686. Windows color (decimal): -5414179 or 14508717. OLE color: 14508717.

HSL color Cylindrical-coordinate representation of color #AD62DD: hue angle of 276.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD62DD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17398221-
CMYK0.220.5600.13
HSL276.59º64.4%62.55%-
HSV(B)276.59º55.66%86.67%-
XYZ34.6522.8470.99-
YUV134.45176.85155.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=35.16%
G=19.92%
B=44.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173982210.220.5600.13276.5964.462.55
HexAD62DD16380D115403f
Octal255142335267001542510077
Binary1010110111000101101110110110111000011011000101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62DD; }

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

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

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

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

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

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

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

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