#AD64D6

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

Shades of Medium Orchid #AD64D6

Tints of Medium Orchid #AD64D6

Color information

#AD64D6 (or 0xAD64D6) is unknown color: approx Medium Orchid. HEX triplet: AD, 64 and D6. RGB value is (173,100,214). Sum of RGB (Red+Green+Blue) = 173+100+214=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD64D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64D6 is #529B29. Grayscale: #868686. Windows color (decimal): -5413674 or 14050477. OLE color: 14050477.

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

Color convert

RGB173100214-
CMYK0.190.5300.16
HSL278.42º58.16%61.57%-
HSV(B)278.42º53.27%83.92%-
XYZ33.9322.8566.24-
YUV134.82172.68155.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=35.52%
G=20.53%
B=43.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731002140.190.5300.16278.4258.1661.57
HexAD64D613350101163a3e
Octal25514432623650204267276
Binary1010110111001001101011010011110101010000100010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64D6; }

 p { color: rgb(173,100,214); }

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

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

 a { background-color: rgb(173,100,214); }

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

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

 span { border-color: rgb(173,100,214); }

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