#AD62D8

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

Shades of Medium Orchid #AD62D8

Tints of Medium Orchid #AD62D8

Color information

#AD62D8 (or 0xAD62D8) is unknown color: approx Medium Orchid. HEX triplet: AD, 62 and D8. RGB value is (173,98,216). Sum of RGB (Red+Green+Blue) = 173+98+216=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD62D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62D8 is #529D27. Grayscale: #858585. Windows color (decimal): -5414184 or 14181037. OLE color: 14181037.

HSL color Cylindrical-coordinate representation of color #AD62D8: hue angle of 278.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD62D8 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17398216-
CMYK0.200.5500.15
HSL278.14º60.2%61.57%-
HSV(B)278.14º54.63%84.71%-
XYZ3422.5867.53-
YUV133.88174.35155.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 98 (38.67% from 255) = 20.12%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=35.52%
G=20.12%
B=44.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173982160.200.5500.15278.1460.261.57
HexAD62D814370F1163c3e
Octal25514233024670174267476
Binary101011011100010110110001010011011101111100010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62D8; }

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

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

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

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

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

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

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

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