#AD64D8

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

Shades of Medium Orchid #AD64D8

Tints of Medium Orchid #AD64D8

Color information

#AD64D8 (or 0xAD64D8) is unknown color: approx Medium Orchid. HEX triplet: AD, 64 and D8. RGB value is (173,100,216). Sum of RGB (Red+Green+Blue) = 173+100+216=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD64D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64D8 is #529B27. Grayscale: #868686. Windows color (decimal): -5413672 or 14181549. OLE color: 14181549.

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

Color convert

RGB173100216-
CMYK0.200.5400.15
HSL277.76º59.79%61.96%-
HSV(B)277.76º53.7%84.71%-
XYZ34.1922.9667.6-
YUV135.05173.68155.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=35.38%
G=20.45%
B=44.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731002160.200.5400.15277.7659.7961.96
HexAD64D814360F1163c3e
Octal25514433024660174267476
Binary101011011100100110110001010011011001111100010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64D8; }

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

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

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

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

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

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

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

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